Uses of Class
com.amazonaws.services.ec2.model.InstanceNetworkInterfaceSpecification

Packages that use InstanceNetworkInterfaceSpecification
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of InstanceNetworkInterfaceSpecification in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return InstanceNetworkInterfaceSpecification
 InstanceNetworkInterfaceSpecification InstanceNetworkInterfaceSpecification.withAssociatePublicIpAddress(Boolean associatePublicIpAddress)
          Indicates whether to auto-assign a public IP address to an instance in a VPC.
 InstanceNetworkInterfaceSpecification InstanceNetworkInterfaceSpecification.withDeleteOnTermination(Boolean deleteOnTermination)
          If set to true, the interface is deleted when the instance is terminated.
 InstanceNetworkInterfaceSpecification InstanceNetworkInterfaceSpecification.withDescription(String description)
          The description of the network interface.
 InstanceNetworkInterfaceSpecification InstanceNetworkInterfaceSpecification.withDeviceIndex(Integer deviceIndex)
          The index of the device on the instance for the network interface attachment.
 InstanceNetworkInterfaceSpecification InstanceNetworkInterfaceSpecification.withGroups(Collection<String> groups)
          The IDs of the security groups for the network interface.
 InstanceNetworkInterfaceSpecification InstanceNetworkInterfaceSpecification.withGroups(String... groups)
          The IDs of the security groups for the network interface.
 InstanceNetworkInterfaceSpecification InstanceNetworkInterfaceSpecification.withNetworkInterfaceId(String networkInterfaceId)
          The ID of the network interface.
 InstanceNetworkInterfaceSpecification InstanceNetworkInterfaceSpecification.withPrivateIpAddress(String privateIpAddress)
          The private IP address of the network interface.
 InstanceNetworkInterfaceSpecification InstanceNetworkInterfaceSpecification.withPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
          One or more private IP addresses to assign to the network interface.
 InstanceNetworkInterfaceSpecification InstanceNetworkInterfaceSpecification.withPrivateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)
          One or more private IP addresses to assign to the network interface.
 InstanceNetworkInterfaceSpecification InstanceNetworkInterfaceSpecification.withSecondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount)
          The number of secondary private IP addresses.
 InstanceNetworkInterfaceSpecification InstanceNetworkInterfaceSpecification.withSubnetId(String subnetId)
          The ID of the subnet associated with the network string.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type InstanceNetworkInterfaceSpecification
 List<InstanceNetworkInterfaceSpecification> RunInstancesRequest.getNetworkInterfaces()
          One or more network interfaces.
 List<InstanceNetworkInterfaceSpecification> LaunchSpecification.getNetworkInterfaces()
          One or more network interfaces.
 

Methods in com.amazonaws.services.ec2.model with parameters of type InstanceNetworkInterfaceSpecification
 RunInstancesRequest RunInstancesRequest.withNetworkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)
          One or more network interfaces.
 LaunchSpecification LaunchSpecification.withNetworkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)
          One or more network interfaces.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type InstanceNetworkInterfaceSpecification
 void RunInstancesRequest.setNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
          One or more network interfaces.
 void LaunchSpecification.setNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
          One or more network interfaces.
 RunInstancesRequest RunInstancesRequest.withNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
          One or more network interfaces.
 LaunchSpecification LaunchSpecification.withNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
          One or more network interfaces.
 



Copyright © 2016. All rights reserved.