Uses of Interface
software.amazon.awssdk.services.route53.model.GetAccountLimitRequest.Builder
-
Packages that use GetAccountLimitRequest.Builder Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.software.amazon.awssdk.services.route53.model -
-
Uses of GetAccountLimitRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type GetAccountLimitRequest.Builder Modifier and Type Method Description default CompletableFuture<GetAccountLimitResponse>Route53AsyncClient. getAccountLimit(Consumer<GetAccountLimitRequest.Builder> getAccountLimitRequest)Gets the specified limit for the current account, for example, the maximum number of health checks that you can create using the account.default GetAccountLimitResponseRoute53Client. getAccountLimit(Consumer<GetAccountLimitRequest.Builder> getAccountLimitRequest)Gets the specified limit for the current account, for example, the maximum number of health checks that you can create using the account. -
Uses of GetAccountLimitRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return GetAccountLimitRequest.Builder Modifier and Type Method Description static GetAccountLimitRequest.BuilderGetAccountLimitRequest. builder()GetAccountLimitRequest.BuilderGetAccountLimitRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAccountLimitRequest.BuilderGetAccountLimitRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAccountLimitRequest.BuilderGetAccountLimitRequest. toBuilder()GetAccountLimitRequest.BuilderGetAccountLimitRequest.Builder. type(String type)The limit that you want to get.GetAccountLimitRequest.BuilderGetAccountLimitRequest.Builder. type(AccountLimitType type)The limit that you want to get.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type GetAccountLimitRequest.Builder Modifier and Type Method Description static Class<? extends GetAccountLimitRequest.Builder>GetAccountLimitRequest. serializableBuilderClass()
-