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 InstanceNetworkInterfaceSpecificationInstanceNetworkInterfaceSpecification. clone()InstanceNetworkInterfaceSpecificationInstanceNetworkInterfaceSpecification. withAssociatePublicIpAddress(Boolean associatePublicIpAddress)Indicates whether to assign a public IP address to an instance you launch in a VPC.InstanceNetworkInterfaceSpecificationInstanceNetworkInterfaceSpecification. withDeleteOnTermination(Boolean deleteOnTermination)If set totrue, the interface is deleted when the instance is terminated.InstanceNetworkInterfaceSpecificationInstanceNetworkInterfaceSpecification. withDescription(String description)The description of the network interface.InstanceNetworkInterfaceSpecificationInstanceNetworkInterfaceSpecification. withDeviceIndex(Integer deviceIndex)The index of the device on the instance for the network interface attachment.InstanceNetworkInterfaceSpecificationInstanceNetworkInterfaceSpecification. withGroups(String... groups)The IDs of the security groups for the network interface.InstanceNetworkInterfaceSpecificationInstanceNetworkInterfaceSpecification. withGroups(Collection<String> groups)The IDs of the security groups for the network interface.InstanceNetworkInterfaceSpecificationInstanceNetworkInterfaceSpecification. withNetworkInterfaceId(String networkInterfaceId)The ID of the network interface.InstanceNetworkInterfaceSpecificationInstanceNetworkInterfaceSpecification. withPrivateIpAddress(String privateIpAddress)The private IP address of the network interface.InstanceNetworkInterfaceSpecificationInstanceNetworkInterfaceSpecification. withPrivateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)One or more private IP addresses to assign to the network interface.InstanceNetworkInterfaceSpecificationInstanceNetworkInterfaceSpecification. withPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)One or more private IP addresses to assign to the network interface.InstanceNetworkInterfaceSpecificationInstanceNetworkInterfaceSpecification. withSecondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount)The number of secondary private IP addresses.InstanceNetworkInterfaceSpecificationInstanceNetworkInterfaceSpecification. 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 LaunchSpecificationLaunchSpecification. withNetworkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)One or more network interfaces.RunInstancesRequestRunInstancesRequest. withNetworkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)One or more network interfaces.SpotFleetLaunchSpecificationSpotFleetLaunchSpecification. 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 voidLaunchSpecification. 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.LaunchSpecificationLaunchSpecification. withNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)One or more network interfaces.RunInstancesRequestRunInstancesRequest. withNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)One or more network interfaces.SpotFleetLaunchSpecificationSpotFleetLaunchSpecification. withNetworkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)One or more network interfaces.
-