Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
AddressAttribute |
AddressAttribute.clone() |
AddressAttribute |
ResetAddressAttributeResult.getAddress()
Information about the IP address.
|
AddressAttribute |
ModifyAddressAttributeResult.getAddress()
Information about the Elastic IP address.
|
AddressAttribute |
AddressAttribute.withAllocationId(String allocationId)
[EC2-VPC] The allocation ID.
|
AddressAttribute |
AddressAttribute.withPtrRecord(String ptrRecord)
The pointer (PTR) record for the IP address.
|
AddressAttribute |
AddressAttribute.withPtrRecordUpdate(PtrUpdateStatus ptrRecordUpdate)
The updated PTR record for the IP address.
|
AddressAttribute |
AddressAttribute.withPublicIp(String publicIp)
The public IP address.
|
Modifier and Type | Method and Description |
---|---|
List<AddressAttribute> |
DescribeAddressesAttributeResult.getAddresses()
Information about the IP addresses.
|
Modifier and Type | Method and Description |
---|---|
void |
ResetAddressAttributeResult.setAddress(AddressAttribute address)
Information about the IP address.
|
void |
ModifyAddressAttributeResult.setAddress(AddressAttribute address)
Information about the Elastic IP address.
|
ResetAddressAttributeResult |
ResetAddressAttributeResult.withAddress(AddressAttribute address)
Information about the IP address.
|
ModifyAddressAttributeResult |
ModifyAddressAttributeResult.withAddress(AddressAttribute address)
Information about the Elastic IP address.
|
DescribeAddressesAttributeResult |
DescribeAddressesAttributeResult.withAddresses(AddressAttribute... addresses)
Information about the IP addresses.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAddressesAttributeResult.setAddresses(Collection<AddressAttribute> addresses)
Information about the IP addresses.
|
DescribeAddressesAttributeResult |
DescribeAddressesAttributeResult.withAddresses(Collection<AddressAttribute> addresses)
Information about the IP addresses.
|
Copyright © 2021. All rights reserved.