Uses of Class
software.amazon.awssdk.services.route53.model.GetAccountLimitResponse
-
Packages that use GetAccountLimitResponse Package Description software.amazon.awssdk.services.route53 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 GetAccountLimitResponse Modifier and Type Method Description 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.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 GetAccountLimitResponse 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 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.
-