void |
Address.setDomain(DomainType domain) |
Indicates whether this Elastic IP address is for use with instances in
EC2-Classic (standard ) or instances in a VPC (
vpc ).
|
void |
AllocateAddressRequest.setDomain(DomainType domain) |
Set to vpc to allocate the address for use with instances in
a VPC.
|
void |
AllocateAddressResult.setDomain(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(DomainType domain) |
Indicates whether this Elastic IP address is for use with instances in
EC2-Classic (standard ) or instances in a VPC (
vpc ).
|
AllocateAddressRequest |
AllocateAddressRequest.withDomain(DomainType domain) |
Set to vpc to allocate the address for use with instances in
a VPC.
|
AllocateAddressResult |
AllocateAddressResult.withDomain(DomainType domain) |
Indicates whether this Elastic IP address is for use with instances in
EC2-Classic (standard ) or instances in a VPC (
vpc ).
|