Uses of Class
software.amazon.awssdk.services.route53.model.GetAccountLimitResponse
Packages that use GetAccountLimitResponse
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of GetAccountLimitResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return GetAccountLimitResponseModifier and TypeMethodDescriptiondefault 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.default GetAccountLimitResponseRoute53Client.getAccountLimit(GetAccountLimitRequest getAccountLimitRequest) Gets the specified limit for the current account, for example, the maximum number of health checks that you can create using the account.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type GetAccountLimitResponseModifier 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 CompletableFuture<GetAccountLimitResponse>Route53AsyncClient.getAccountLimit(GetAccountLimitRequest getAccountLimitRequest) Gets the specified limit for the current account, for example, the maximum number of health checks that you can create using the account.