| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
DomainType |
AllocateAddressRequest.domain()
Indicates whether the Elastic IP address is for use with instances in a VPC or instances in EC2-Classic.
|
DomainType |
AllocateAddressResponse.domain()
Indicates whether the Elastic IP address is for use with instances in a VPC (
vpc) or instances in
EC2-Classic (standard). |
DomainType |
Address.domain()
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (
standard) or
instances in a VPC (vpc). |
static DomainType |
DomainType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<DomainType> |
DomainType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AllocateAddressRequest.Builder |
AllocateAddressRequest.Builder.domain(DomainType domain)
Indicates whether the Elastic IP address is for use with instances in a VPC or instances in EC2-Classic.
|
AllocateAddressResponse.Builder |
AllocateAddressResponse.Builder.domain(DomainType domain)
Indicates whether the Elastic IP address is for use with instances in a VPC (
vpc) or instances
in EC2-Classic (standard). |
Address.Builder |
Address.Builder.domain(DomainType domain)
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (
standard) or
instances in a VPC (vpc). |
Copyright © 2022. All rights reserved.