Uses of Class
software.amazon.awssdk.services.route53.model.ReusableDelegationSetLimitType
-
Packages that use ReusableDelegationSetLimitType Package Description software.amazon.awssdk.services.route53.model -
-
Uses of ReusableDelegationSetLimitType in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ReusableDelegationSetLimitType Modifier and Type Method Description static ReusableDelegationSetLimitTypeReusableDelegationSetLimitType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReusableDelegationSetLimitTypeGetReusableDelegationSetLimitRequest. type()SpecifyMAX_ZONES_BY_REUSABLE_DELEGATION_SETto get the maximum number of hosted zones that you can associate with the specified reusable delegation set.ReusableDelegationSetLimitTypeReusableDelegationSetLimit. 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 ReusableDelegationSetLimitTypeReusableDelegationSetLimitType. 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.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ReusableDelegationSetLimitType Modifier and Type Method Description static Set<ReusableDelegationSetLimitType>ReusableDelegationSetLimitType. knownValues()Methods in software.amazon.awssdk.services.route53.model with parameters of type ReusableDelegationSetLimitType Modifier and Type Method Description GetReusableDelegationSetLimitRequest.BuilderGetReusableDelegationSetLimitRequest.Builder. type(ReusableDelegationSetLimitType type)SpecifyMAX_ZONES_BY_REUSABLE_DELEGATION_SETto get the maximum number of hosted zones that you can associate with the specified reusable delegation set.ReusableDelegationSetLimit.BuilderReusableDelegationSetLimit.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.
-