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 ScheduledInstancesPrivateIpAddressConfigScheduledInstancesPrivateIpAddressConfig. clone()ScheduledInstancesPrivateIpAddressConfigScheduledInstancesPrivateIpAddressConfig. withPrimary(Boolean primary)Indicates whether this is a primary IP address.ScheduledInstancesPrivateIpAddressConfigScheduledInstancesPrivateIpAddressConfig. 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 ScheduledInstancesNetworkInterfaceScheduledInstancesNetworkInterface. 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 voidScheduledInstancesNetworkInterface. setPrivateIpAddressConfigs(Collection<ScheduledInstancesPrivateIpAddressConfig> privateIpAddressConfigs)The private IP addresses.ScheduledInstancesNetworkInterfaceScheduledInstancesNetworkInterface. withPrivateIpAddressConfigs(Collection<ScheduledInstancesPrivateIpAddressConfig> privateIpAddressConfigs)The private IP addresses.
-