| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53domains.model |
| Modifier and Type | Method and Description |
|---|---|
static ExtraParamName |
ExtraParamName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ExtraParamName |
ExtraParam.name()
The name of an additional parameter that is required by a top-level domain.
|
static ExtraParamName |
ExtraParamName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtraParamName[] |
ExtraParamName.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<ExtraParamName> |
ExtraParamName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ExtraParam.Builder |
ExtraParam.Builder.name(ExtraParamName name)
The name of an additional parameter that is required by a top-level domain.
|
Copyright © 2023. All rights reserved.