Uses of Enum
software.amazon.awssdk.services.route53.model.AccountLimitType
Packages that use AccountLimitType
-
Uses of AccountLimitType in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return AccountLimitTypeModifier and TypeMethodDescriptionstatic AccountLimitTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final AccountLimitTypeAccountLimit.type()The limit that you requested.final AccountLimitTypeGetAccountLimitRequest.type()The limit that you want to get.static AccountLimitTypeReturns 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 AccountLimitTypeMethods in software.amazon.awssdk.services.route53.model with parameters of type AccountLimitTypeModifier and TypeMethodDescriptionAccountLimit.Builder.type(AccountLimitType type) The limit that you requested.GetAccountLimitRequest.Builder.type(AccountLimitType type) The limit that you want to get.