Uses of Class
com.amazonaws.services.ec2.model.ScheduledInstancesPrivateIpAddressConfig
-
Packages that use ScheduledInstancesPrivateIpAddressConfig Package Description com.amazonaws.services.ec2.model -
-
Uses of ScheduledInstancesPrivateIpAddressConfig in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ScheduledInstancesPrivateIpAddressConfig Modifier and Type Method Description ScheduledInstancesPrivateIpAddressConfig
ScheduledInstancesPrivateIpAddressConfig. clone()
ScheduledInstancesPrivateIpAddressConfig
ScheduledInstancesPrivateIpAddressConfig. withPrimary(Boolean primary)
Indicates whether this is a primary IP address.ScheduledInstancesPrivateIpAddressConfig
ScheduledInstancesPrivateIpAddressConfig. withPrivateIpAddress(String privateIpAddress)
The IP address.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ScheduledInstancesPrivateIpAddressConfig Modifier and Type Method Description List<ScheduledInstancesPrivateIpAddressConfig>
ScheduledInstancesNetworkInterface. getPrivateIpAddressConfigs()
The private IP addresses.Methods in com.amazonaws.services.ec2.model with parameters of type ScheduledInstancesPrivateIpAddressConfig Modifier and Type Method Description ScheduledInstancesNetworkInterface
ScheduledInstancesNetworkInterface. withPrivateIpAddressConfigs(ScheduledInstancesPrivateIpAddressConfig... privateIpAddressConfigs)
The private IP addresses.Method parameters in com.amazonaws.services.ec2.model with type arguments of type ScheduledInstancesPrivateIpAddressConfig Modifier and Type Method Description void
ScheduledInstancesNetworkInterface. setPrivateIpAddressConfigs(Collection<ScheduledInstancesPrivateIpAddressConfig> privateIpAddressConfigs)
The private IP addresses.ScheduledInstancesNetworkInterface
ScheduledInstancesNetworkInterface. withPrivateIpAddressConfigs(Collection<ScheduledInstancesPrivateIpAddressConfig> privateIpAddressConfigs)
The private IP addresses.
-