Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ElasticIp> |
DescribeElasticIpsResult.elasticIps
An
ElasticIps object that describes the specified Elastic IP
addresses. |
Modifier and Type | Method and Description |
---|---|
ElasticIp |
ElasticIp.clone() |
ElasticIp |
ElasticIp.withDomain(java.lang.String domain)
The domain.
|
ElasticIp |
ElasticIp.withInstanceId(java.lang.String instanceId)
The ID of the instance that the address is attached to.
|
ElasticIp |
ElasticIp.withIp(java.lang.String ip)
The IP address.
|
ElasticIp |
ElasticIp.withName(java.lang.String name)
The name.
|
ElasticIp |
ElasticIp.withRegion(java.lang.String region)
The AWS region.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<ElasticIp> elasticIps)
An
ElasticIps object that describes the specified Elastic IP
addresses. |
DescribeElasticIpsResult |
DescribeElasticIpsResult.withElasticIps(java.util.Collection<ElasticIp> elasticIps)
An
ElasticIps object that describes the specified Elastic IP
addresses. |
Modifier and Type | Method and Description |
---|---|
ElasticIp |
ElasticIpJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ElasticIpJsonMarshaller.marshall(ElasticIp elasticIp,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|