Uses of Class
com.amazonaws.services.ec2.model.ScheduledInstancesNetworkInterface
Packages that use ScheduledInstancesNetworkInterface
-
Uses of ScheduledInstancesNetworkInterface in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ScheduledInstancesNetworkInterfaceModifier and TypeMethodDescriptionScheduledInstancesNetworkInterface.clone()ScheduledInstancesNetworkInterface.withAssociatePublicIpAddress(Boolean associatePublicIpAddress) Indicates whether to assign a public IP address to instances launched in a VPC.ScheduledInstancesNetworkInterface.withDeleteOnTermination(Boolean deleteOnTermination) Indicates whether to delete the interface when the instance is terminated.ScheduledInstancesNetworkInterface.withDescription(String description) The description.ScheduledInstancesNetworkInterface.withDeviceIndex(Integer deviceIndex) The index of the device for the network interface attachment.ScheduledInstancesNetworkInterface.withGroups(String... groups) The IDs of one or more security groups.ScheduledInstancesNetworkInterface.withGroups(Collection<String> groups) The IDs of one or more security groups.ScheduledInstancesNetworkInterface.withNetworkInterfaceId(String networkInterfaceId) The ID of the network interface.ScheduledInstancesNetworkInterface.withPrivateIpAddress(String privateIpAddress) The IP address of the network interface within the subnet.ScheduledInstancesNetworkInterface.withPrivateIpAddressConfigs(ScheduledInstancesPrivateIpAddressConfig... privateIpAddressConfigs) The private IP addresses.ScheduledInstancesNetworkInterface.withPrivateIpAddressConfigs(Collection<ScheduledInstancesPrivateIpAddressConfig> privateIpAddressConfigs) The private IP addresses.ScheduledInstancesNetworkInterface.withSecondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount) The number of secondary private IP addresses.ScheduledInstancesNetworkInterface.withSubnetId(String subnetId) The ID of the subnet.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ScheduledInstancesNetworkInterfaceModifier and TypeMethodDescriptionScheduledInstancesLaunchSpecification.getNetworkInterfaces()One or more network interfaces.Methods in com.amazonaws.services.ec2.model with parameters of type ScheduledInstancesNetworkInterfaceModifier and TypeMethodDescriptionScheduledInstancesLaunchSpecification.withNetworkInterfaces(ScheduledInstancesNetworkInterface... networkInterfaces) One or more network interfaces.Method parameters in com.amazonaws.services.ec2.model with type arguments of type ScheduledInstancesNetworkInterfaceModifier and TypeMethodDescriptionvoidScheduledInstancesLaunchSpecification.setNetworkInterfaces(Collection<ScheduledInstancesNetworkInterface> networkInterfaces) One or more network interfaces.ScheduledInstancesLaunchSpecification.withNetworkInterfaces(Collection<ScheduledInstancesNetworkInterface> networkInterfaces) One or more network interfaces.