Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static DomainType |
DomainType.fromValue(String value)
Use this in place of valueOf.
|
static DomainType |
DomainType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DomainType[] |
DomainType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AllocateAddressRequest.setDomain(DomainType domain)
Set to
vpc to allocate the address for use with instances in
a VPC. |
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 |
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 ). |
AllocateAddressRequest |
AllocateAddressRequest.withDomain(DomainType domain)
Set to
vpc to allocate the address for use with instances 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 ). |
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 ). |
Copyright © 2018. All rights reserved.