Uses of Class
com.amazonaws.services.ec2.model.InstanceNetworkInterfaceSpecification
Packages that use InstanceNetworkInterfaceSpecification
-
Uses of InstanceNetworkInterfaceSpecification in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InstanceNetworkInterfaceSpecificationModifier and TypeMethodDescriptionInstanceNetworkInterfaceSpecification.clone()InstanceNetworkInterfaceSpecification.withAssociatePublicIpAddress(Boolean associatePublicIpAddress) Indicates whether to assign a public IP address to an instance you launch in a VPC.InstanceNetworkInterfaceSpecification.withDeleteOnTermination(Boolean deleteOnTermination) If set totrue, the interface is deleted when the instance is terminated.InstanceNetworkInterfaceSpecification.withDescription(String description) The description of the network interface.InstanceNetworkInterfaceSpecification.withDeviceIndex(Integer deviceIndex) The index of the device on the instance for the network interface attachment.InstanceNetworkInterfaceSpecification.withGroups(String... groups) The IDs of the security groups for the network interface.InstanceNetworkInterfaceSpecification.withGroups(Collection<String> groups) The IDs of the security groups for the network interface.InstanceNetworkInterfaceSpecification.withNetworkInterfaceId(String networkInterfaceId) The ID of the network interface.InstanceNetworkInterfaceSpecification.withPrivateIpAddress(String privateIpAddress) The private IP address of the network interface.InstanceNetworkInterfaceSpecification.withPrivateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses) One or more private IP addresses to assign to the network interface.InstanceNetworkInterfaceSpecification.withPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses) One or more private IP addresses to assign to the network interface.InstanceNetworkInterfaceSpecification.withSecondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount) The number of secondary private IP addresses.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 InstanceNetworkInterfaceSpecificationModifier and TypeMethodDescriptionLaunchSpecification.getNetworkInterfaces()One or more network interfaces.RunInstancesRequest.getNetworkInterfaces()One or more network interfaces.SpotFleetLaunchSpecification.getNetworkInterfaces()One or more network interfaces.Methods in com.amazonaws.services.ec2.model with parameters of type InstanceNetworkInterfaceSpecificationModifier and TypeMethodDescriptionLaunchSpecification.withNetworkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces) One or more network interfaces.RunInstancesRequest.withNetworkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces) One or more network interfaces.SpotFleetLaunchSpecification.withNetworkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces) One or more network interfaces.Method parameters in com.amazonaws.services.ec2.model with type arguments of type InstanceNetworkInterfaceSpecificationModifier and TypeMethodDescriptionvoidLaunchSpecification.setNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces) One or more network interfaces.voidRunInstancesRequest.setNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces) One or more network interfaces.voidSpotFleetLaunchSpecification.setNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces) One or more network interfaces.LaunchSpecification.withNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces) One or more network interfaces.RunInstancesRequest.withNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces) One or more network interfaces.SpotFleetLaunchSpecification.withNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces) One or more network interfaces.