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

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

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

origin: aws/aws-sdk-java

/**
 * <p>
 * The network interface attachment.
 * </p>
 * 
 * @param attachment
 *        The network interface attachment.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public InstanceNetworkInterface withAttachment(InstanceNetworkInterfaceAttachment attachment) {
  setAttachment(attachment);
  return this;
}
origin: aws/aws-sdk-java

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

/**
 * <p>
 * The network interface attachment.
 * </p>
 * 
 * @param attachment
 *        The network interface attachment.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public InstanceNetworkInterface withAttachment(InstanceNetworkInterfaceAttachment attachment) {
  setAttachment(attachment);
  return this;
}
origin: aws-amplify/aws-sdk-android

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

instanceNetworkInterface.setAttachment(InstanceNetworkInterfaceAttachmentStaxUnmarshaller.getInstance().unmarshall(context));
continue;
com.amazonaws.services.ec2.modelInstanceNetworkInterfacesetAttachment

Javadoc

The network interface attachment.

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,
  • setDescription,
  • setGroups,
  • setMacAddress,
  • setNetworkInterfaceId

Popular in Java

  • Start an intent from android
  • setContentView (Activity)
  • getApplicationContext (Context)
  • getSystemService (Context)
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • Top Sublime Text 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