Uses of Interface
software.amazon.awssdk.services.route53.model.AccountLimit.Builder
-
Packages that use AccountLimit.Builder Package Description software.amazon.awssdk.services.route53.model -
-
Uses of AccountLimit.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return AccountLimit.Builder Modifier and Type Method Description static AccountLimit.BuilderAccountLimit. builder()AccountLimit.BuilderAccountLimit. toBuilder()AccountLimit.BuilderAccountLimit.Builder. type(String type)The limit that you requested.AccountLimit.BuilderAccountLimit.Builder. type(AccountLimitType type)The limit that you requested.AccountLimit.BuilderAccountLimit.Builder. value(Long value)The current value for the limit that is specified by Type.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type AccountLimit.Builder Modifier and Type Method Description static Class<? extends AccountLimit.Builder>AccountLimit. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type AccountLimit.Builder Modifier and Type Method Description default GetAccountLimitResponse.BuilderGetAccountLimitResponse.Builder. limit(Consumer<AccountLimit.Builder> limit)The current setting for the specified limit.
-