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 ElasticIpElasticIp. clone()ElasticIpElasticIp. withDomain(String domain)The domain.ElasticIpElasticIp. withInstanceId(String instanceId)The ID of the instance that the address is attached to.ElasticIpElasticIp. withIp(String ip)The IP address.ElasticIpElasticIp. withName(String name)The name.ElasticIpElasticIp. 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()AnElasticIpsobject that describes the specified Elastic IP addresses.Methods in com.amazonaws.services.opsworks.model with parameters of type ElasticIp Modifier and Type Method Description DescribeElasticIpsResultDescribeElasticIpsResult. withElasticIps(ElasticIp... elasticIps)AnElasticIpsobject 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 voidDescribeElasticIpsResult. setElasticIps(Collection<ElasticIp> elasticIps)AnElasticIpsobject that describes the specified Elastic IP addresses.DescribeElasticIpsResultDescribeElasticIpsResult. withElasticIps(Collection<ElasticIp> elasticIps)AnElasticIpsobject that describes the specified Elastic IP addresses.
-