Uses of Enum
software.amazon.awssdk.services.route53.model.HostedZoneLimitType
Packages that use HostedZoneLimitType
-
Uses of HostedZoneLimitType in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return HostedZoneLimitTypeModifier and TypeMethodDescriptionstatic HostedZoneLimitTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final HostedZoneLimitTypeGetHostedZoneLimitRequest.type()The limit that you want to get.final HostedZoneLimitTypeHostedZoneLimit.type()The limit that you requested.static HostedZoneLimitTypeReturns the enum constant of this type with the specified name.static HostedZoneLimitType[]HostedZoneLimitType.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 HostedZoneLimitTypeModifier and TypeMethodDescriptionstatic Set<HostedZoneLimitType>HostedZoneLimitType.knownValues()Methods in software.amazon.awssdk.services.route53.model with parameters of type HostedZoneLimitTypeModifier and TypeMethodDescriptionGetHostedZoneLimitRequest.Builder.type(HostedZoneLimitType type) The limit that you want to get.HostedZoneLimit.Builder.type(HostedZoneLimitType type) The limit that you requested.