| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53domains.model |
| Modifier and Type | Method and Description |
|---|---|
static ListDomainsAttributeName |
ListDomainsAttributeName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ListDomainsAttributeName |
SortCondition.name()
Field to be used for sorting the list of domains.
|
ListDomainsAttributeName |
FilterCondition.name()
Name of the field which should be used for filtering the list of domains.
|
static ListDomainsAttributeName |
ListDomainsAttributeName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListDomainsAttributeName[] |
ListDomainsAttributeName.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<ListDomainsAttributeName> |
ListDomainsAttributeName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SortCondition.Builder |
SortCondition.Builder.name(ListDomainsAttributeName name)
Field to be used for sorting the list of domains.
|
FilterCondition.Builder |
FilterCondition.Builder.name(ListDomainsAttributeName name)
Name of the field which should be used for filtering the list of domains.
|
Copyright © 2023. All rights reserved.