Uses of Class
com.amazonaws.services.opsworks.model.ElasticIp
Packages that use ElasticIp
-
Uses of ElasticIp in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return ElasticIpModifier and TypeMethodDescriptionElasticIp.clone()
ElasticIp.withDomain
(String domain) The domain.ElasticIp.withInstanceId
(String instanceId) The ID of the instance that the address is attached to.The IP address.The name.ElasticIp.withRegion
(String region) The AWS region.Methods in com.amazonaws.services.opsworks.model that return types with arguments of type ElasticIpModifier and TypeMethodDescriptionDescribeElasticIpsResult.getElasticIps()
AnElasticIps
object that describes the specified Elastic IP addresses.Methods in com.amazonaws.services.opsworks.model with parameters of type ElasticIpModifier and TypeMethodDescriptionDescribeElasticIpsResult.withElasticIps
(ElasticIp... elasticIps) AnElasticIps
object that describes the specified Elastic IP addresses.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type ElasticIpModifier and TypeMethodDescriptionvoid
DescribeElasticIpsResult.setElasticIps
(Collection<ElasticIp> elasticIps) AnElasticIps
object that describes the specified Elastic IP addresses.DescribeElasticIpsResult.withElasticIps
(Collection<ElasticIp> elasticIps) AnElasticIps
object that describes the specified Elastic IP addresses.