| 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)
Indicates whether the Elastic IP address is for use with instances in a VPC or instances in EC2-Classic.
|
void |
AllocateAddressResult.setDomain(DomainType domain)
Indicates whether the Elastic IP address is for use with instances in a VPC (
vpc) or instances in
EC2-Classic (standard). |
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). |
AllocateAddressRequest |
AllocateAddressRequest.withDomain(DomainType domain)
Indicates whether the Elastic IP address is for use with instances in a VPC or instances in EC2-Classic.
|
AllocateAddressResult |
AllocateAddressResult.withDomain(DomainType domain)
Indicates whether the Elastic IP address is for use with instances in a VPC (
vpc) or instances in
EC2-Classic (standard). |
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). |
Copyright © 2021. All rights reserved.