Uses of Enum
software.amazon.awssdk.services.route53.model.ReusableDelegationSetLimitType
Packages that use ReusableDelegationSetLimitType
-
Uses of ReusableDelegationSetLimitType in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ReusableDelegationSetLimitTypeModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.GetReusableDelegationSetLimitRequest.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.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.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 ReusableDelegationSetLimitTypeModifier and TypeMethodDescriptionstatic Set<ReusableDelegationSetLimitType>ReusableDelegationSetLimitType.knownValues()Methods in software.amazon.awssdk.services.route53.model with parameters of type ReusableDelegationSetLimitTypeModifier and TypeMethodDescriptionGetReusableDelegationSetLimitRequest.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.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.