Uses of Class
software.amazon.awssdk.services.route53.model.AccountLimitType
-
Packages that use AccountLimitType Package Description software.amazon.awssdk.services.route53.model -
-
Uses of AccountLimitType in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return AccountLimitType Modifier and Type Method Description static AccountLimitTypeAccountLimitType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AccountLimitTypeAccountLimit. type()The limit that you requested.AccountLimitTypeGetAccountLimitRequest. type()The limit that you want to get.static AccountLimitTypeAccountLimitType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountLimitType[]AccountLimitType. 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 AccountLimitType Modifier and Type Method Description static Set<AccountLimitType>AccountLimitType. knownValues()Methods in software.amazon.awssdk.services.route53.model with parameters of type AccountLimitType Modifier and Type Method Description AccountLimit.BuilderAccountLimit.Builder. type(AccountLimitType type)The limit that you requested.GetAccountLimitRequest.BuilderGetAccountLimitRequest.Builder. type(AccountLimitType type)The limit that you want to get.
-