Uses of Class
com.amazonaws.services.ec2.model.InstanceNetworkInterfaceSpecification
-
Packages that use InstanceNetworkInterfaceSpecification Package Description com.amazonaws.services.ec2.model -
-
Uses of InstanceNetworkInterfaceSpecification in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InstanceNetworkInterfaceSpecification Modifier and Type Method Description InstanceNetworkInterfaceSpecification
InstanceNetworkInterfaceSpecification. clone()
InstanceNetworkInterfaceSpecification
InstanceNetworkInterfaceSpecification. withAssociatePublicIpAddress(Boolean associatePublicIpAddress)
Indicates whether to assign a public IP address to an instance you launch in a VPC.InstanceNetworkInterfaceSpecification
InstanceNetworkInterfaceSpecification. withDeleteOnTermination(Boolean deleteOnTermination)
If set totrue
, 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(String... groups)
The IDs of the security groups for the network interface.InstanceNetworkInterfaceSpecification
InstanceNetworkInterfaceSpecification. withGroups(Collection<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(PrivateIpAddressSpecification... privateIpAddresses)
One or more private IP addresses to assign to the network interface.InstanceNetworkInterfaceSpecification
InstanceNetworkInterfaceSpecification. withPrivateIpAddresses(Collection<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 Modifier and Type Method Description List<InstanceNetworkInterfaceSpecification>
LaunchSpecification. getNetworkInterfaces()
One or more network interfaces.List<InstanceNetworkInterfaceSpecification>
RunInstancesRequest. getNetworkInterfaces()
One or more network interfaces.List<InstanceNetworkInterfaceSpecification>
SpotFleetLaunchSpecification. getNetworkInterfaces()
One or more network interfaces.Methods in com.amazonaws.services.ec2.model with parameters of type InstanceNetworkInterfaceSpecification Modifier and Type Method Description LaunchSpecification
LaunchSpecification. withNetworkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)
One or more network interfaces.RunInstancesRequest
RunInstancesRequest. withNetworkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)
One or more network interfaces.SpotFleetLaunchSpecification
SpotFleetLaunchSpecification. withNetworkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)
One or more network interfaces.Method parameters in com.amazonaws.services.ec2.model with type arguments of type InstanceNetworkInterfaceSpecification Modifier and Type Method Description void
LaunchSpecification. setNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.void
RunInstancesRequest. setNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.void
SpotFleetLaunchSpecification. setNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.LaunchSpecification
LaunchSpecification. withNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.RunInstancesRequest
RunInstancesRequest. withNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.SpotFleetLaunchSpecification
SpotFleetLaunchSpecification. withNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)
One or more network interfaces.
-