Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Address> |
DescribeAddressesResult.addresses
Information about one or more Elastic IP addresses.
|
Modifier and Type | Method and Description |
---|---|
Address |
Address.clone() |
Address |
Address.withAllocationId(java.lang.String allocationId)
The ID representing the allocation of the address for use with EC2-VPC.
|
Address |
Address.withAssociationId(java.lang.String associationId)
The ID representing the association of the address with an instance in a
VPC.
|
Address |
Address.withDomain(DomainType domain)
Indicates whether this Elastic IP address is for use with instances in
EC2-Classic (
standard ) or instances in a VPC (
vpc ). |
Address |
Address.withDomain(java.lang.String domain)
Indicates whether this Elastic IP address is for use with instances in
EC2-Classic (
standard ) or instances in a VPC (
vpc ). |
Address |
Address.withInstanceId(java.lang.String instanceId)
The ID of the instance that the address is associated with (if any).
|
Address |
Address.withNetworkInterfaceId(java.lang.String networkInterfaceId)
The ID of the network interface.
|
Address |
Address.withNetworkInterfaceOwnerId(java.lang.String networkInterfaceOwnerId)
The ID of the AWS account that owns the network interface.
|
Address |
Address.withPrivateIpAddress(java.lang.String privateIpAddress)
The private IP address associated with the Elastic IP address.
|
Address |
Address.withPublicIp(java.lang.String publicIp)
The Elastic IP address.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Address> |
DescribeAddressesResult.getAddresses()
Information about one or more Elastic IP addresses.
|
Modifier and Type | Method and Description |
---|---|
DescribeAddressesResult |
DescribeAddressesResult.withAddresses(Address... addresses)
Information about one or more Elastic IP addresses.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAddressesResult.setAddresses(java.util.Collection<Address> addresses)
Information about one or more Elastic IP addresses.
|
DescribeAddressesResult |
DescribeAddressesResult.withAddresses(java.util.Collection<Address> addresses)
Information about one or more Elastic IP addresses.
|
Modifier and Type | Method and Description |
---|---|
Address |
AddressStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |