Uses of Class
software.amazon.awssdk.services.opsworks.model.ElasticIp
-
Packages that use ElasticIp Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of ElasticIp in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type ElasticIp Modifier and Type Method Description List<ElasticIp>DescribeElasticIpsResponse. elasticIps()AnElasticIpsobject that describes the specified Elastic IP addresses.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type ElasticIp Modifier and Type Method Description DescribeElasticIpsResponse.BuilderDescribeElasticIpsResponse.Builder. elasticIps(ElasticIp... elasticIps)AnElasticIpsobject that describes the specified Elastic IP addresses.Method parameters in software.amazon.awssdk.services.opsworks.model with type arguments of type ElasticIp Modifier and Type Method Description DescribeElasticIpsResponse.BuilderDescribeElasticIpsResponse.Builder. elasticIps(Collection<ElasticIp> elasticIps)AnElasticIpsobject that describes the specified Elastic IP addresses.
-