| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53domains.model |
| Modifier and Type | Method and Description |
|---|---|
DomainAvailability |
CheckDomainAvailabilityResponse.availability()
Whether the domain name is available for registering.
|
static DomainAvailability |
DomainAvailability.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DomainAvailability |
DomainAvailability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DomainAvailability[] |
DomainAvailability.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<DomainAvailability> |
DomainAvailability.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CheckDomainAvailabilityResponse.Builder |
CheckDomainAvailabilityResponse.Builder.availability(DomainAvailability availability)
Whether the domain name is available for registering.
|
Copyright © 2023. All rights reserved.