| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static ReusableDelegationSetLimitType |
ReusableDelegationSetLimitType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ReusableDelegationSetLimitType |
GetReusableDelegationSetLimitRequest.type()
Specify
MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum number of hosted zones that you can
associate with the specified reusable delegation set. |
ReusableDelegationSetLimitType |
ReusableDelegationSetLimit.type()
The limit that you requested:
MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of hosted
zones that you can associate with the specified reusable delegation set. |
static ReusableDelegationSetLimitType |
ReusableDelegationSetLimitType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReusableDelegationSetLimitType[] |
ReusableDelegationSetLimitType.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<ReusableDelegationSetLimitType> |
ReusableDelegationSetLimitType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetReusableDelegationSetLimitRequest.Builder |
GetReusableDelegationSetLimitRequest.Builder.type(ReusableDelegationSetLimitType type)
Specify
MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum number of hosted zones that you
can associate with the specified reusable delegation set. |
ReusableDelegationSetLimit.Builder |
ReusableDelegationSetLimit.Builder.type(ReusableDelegationSetLimitType type)
The limit that you requested:
MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of hosted
zones that you can associate with the specified reusable delegation set. |
Copyright © 2021. All rights reserved.