Uses of Class
software.amazon.awssdk.services.route53.model.HostedZoneLimitType
-
Packages that use HostedZoneLimitType Package Description software.amazon.awssdk.services.route53.model -
-
Uses of HostedZoneLimitType in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return HostedZoneLimitType Modifier and Type Method Description static HostedZoneLimitTypeHostedZoneLimitType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HostedZoneLimitTypeGetHostedZoneLimitRequest. type()The limit that you want to get.HostedZoneLimitTypeHostedZoneLimit. type()The limit that you requested.static HostedZoneLimitTypeHostedZoneLimitType. valueOf(String name)Returns 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 HostedZoneLimitType Modifier and Type Method Description static Set<HostedZoneLimitType>HostedZoneLimitType. knownValues()Methods in software.amazon.awssdk.services.route53.model with parameters of type HostedZoneLimitType Modifier and Type Method Description GetHostedZoneLimitRequest.BuilderGetHostedZoneLimitRequest.Builder. type(HostedZoneLimitType type)The limit that you want to get.HostedZoneLimit.BuilderHostedZoneLimit.Builder. type(HostedZoneLimitType type)The limit that you requested.
-