Uses of Interface
software.amazon.awssdk.services.route53.model.GetAccountLimitRequest.Builder
Packages that use GetAccountLimitRequest.Builder
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of GetAccountLimitRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type GetAccountLimitRequest.BuilderModifier and TypeMethodDescriptiondefault 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.BuilderModifier and TypeMethodDescriptionGetAccountLimitRequest.builder()GetAccountLimitRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetAccountLimitRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetAccountLimitRequest.toBuilder()The limit that you want to get.GetAccountLimitRequest.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetAccountLimitRequest.Builder>GetAccountLimitRequest.serializableBuilderClass()