Tabnine Logo
InstanceNetworkInterface.setMacAddress
Code IndexAdd Tabnine to your IDE (free)

How to use
setMacAddress
method
in
com.amazonaws.services.ec2.model.InstanceNetworkInterface

Best Java code snippets using com.amazonaws.services.ec2.model.InstanceNetworkInterface.setMacAddress (Showing top 5 results out of 315)

origin: aws/aws-sdk-java

/**
 * <p>
 * The MAC address.
 * </p>
 * 
 * @param macAddress
 *        The MAC address.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public InstanceNetworkInterface withMacAddress(String macAddress) {
  setMacAddress(macAddress);
  return this;
}
origin: aws/aws-sdk-java

instanceNetworkInterface.setMacAddress(StringStaxUnmarshaller.getInstance().unmarshall(context));
continue;
origin: com.amazonaws/aws-java-sdk-ec2

/**
 * <p>
 * The MAC address.
 * </p>
 * 
 * @param macAddress
 *        The MAC address.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public InstanceNetworkInterface withMacAddress(String macAddress) {
  setMacAddress(macAddress);
  return this;
}
origin: aws-amplify/aws-sdk-android

instanceNetworkInterface.setMacAddress(StringStaxUnmarshaller.getInstance().unmarshall(context));
continue;
origin: com.amazonaws/aws-java-sdk-ec2

instanceNetworkInterface.setMacAddress(StringStaxUnmarshaller.getInstance().unmarshall(context));
continue;
com.amazonaws.services.ec2.modelInstanceNetworkInterfacesetMacAddress

Javadoc

The MAC address.

Popular methods of InstanceNetworkInterface

  • getAttachment
    The network interface attachment.
  • getPrivateIpAddress
    The IPv4 address of the network interface within the subnet.
  • getNetworkInterfaceId
    The ID of the network interface.
  • <init>
  • getAssociation
    The association information for an Elastic IPv4 associated with the network interface.
  • getDescription
    The description.
  • getGroups
    One or more security groups.
  • getMacAddress
    The MAC address.
  • getOwnerId
    The ID of the AWS account that created the network interface.
  • getPrivateDnsName
    The private DNS name.
  • getPrivateIpAddresses
    One or more private IPv4 addresses associated with the network interface.
  • getStatus
    The status of the network interface.
  • getPrivateIpAddresses,
  • getStatus,
  • getSubnetId,
  • getVpcId,
  • setAssociation,
  • setAttachment,
  • setDescription,
  • setGroups,
  • setNetworkInterfaceId

Popular in Java

  • Parsing JSON documents to java classes using gson
  • onCreateOptionsMenu (Activity)
  • onRequestPermissionsResult (Fragment)
  • addToBackStack (FragmentTransaction)
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • JCheckBox (javax.swing)
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now