Uses of Class
com.amazonaws.services.opsworks.model.ElasticIp
-
Packages that use ElasticIp Package Description com.amazonaws.services.opsworks.model -
-
Uses of ElasticIp in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return ElasticIp Modifier and Type Method Description ElasticIp
ElasticIp. clone()
ElasticIp
ElasticIp. withDomain(String domain)
The domain.ElasticIp
ElasticIp. withInstanceId(String instanceId)
The ID of the instance that the address is attached to.ElasticIp
ElasticIp. withIp(String ip)
The IP address.ElasticIp
ElasticIp. withName(String name)
The name.ElasticIp
ElasticIp. withRegion(String region)
The AWS region.Methods in com.amazonaws.services.opsworks.model that return types with arguments of type ElasticIp Modifier and Type Method Description List<ElasticIp>
DescribeElasticIpsResult. getElasticIps()
AnElasticIps
object that describes the specified Elastic IP addresses.Methods in com.amazonaws.services.opsworks.model with parameters of type ElasticIp Modifier and Type Method Description DescribeElasticIpsResult
DescribeElasticIpsResult. 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 ElasticIp Modifier and Type Method Description void
DescribeElasticIpsResult. setElasticIps(Collection<ElasticIp> elasticIps)
AnElasticIps
object that describes the specified Elastic IP addresses.DescribeElasticIpsResult
DescribeElasticIpsResult. withElasticIps(Collection<ElasticIp> elasticIps)
AnElasticIps
object that describes the specified Elastic IP addresses.
-