Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<ElasticIp> |
DescribeElasticIpsResult.getElasticIps()
An
ElasticIps object that describes the specified Elastic IP
addresses. |
Modifier and Type | Method and Description |
---|---|
DescribeElasticIpsResult |
DescribeElasticIpsResult.withElasticIps(ElasticIp... elasticIps)
An
ElasticIps object that describes the specified Elastic IP
addresses. |
Modifier and Type | Method and Description |
---|---|
void |
DescribeElasticIpsResult.setElasticIps(Collection<ElasticIp> elasticIps)
An
ElasticIps object that describes the specified Elastic IP
addresses. |
DescribeElasticIpsResult |
DescribeElasticIpsResult.withElasticIps(Collection<ElasticIp> elasticIps)
An
ElasticIps object that describes the specified Elastic IP
addresses. |
Copyright © 2018. All rights reserved.