Uses of Class
software.amazon.awssdk.services.route53.model.GetAccountLimitRequest
-
Packages that use GetAccountLimitRequest 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.transform -
-
Uses of GetAccountLimitRequest in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 with parameters of type GetAccountLimitRequest Modifier and Type Method Description 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.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. -
Uses of GetAccountLimitRequest in software.amazon.awssdk.services.route53.transform
Methods in software.amazon.awssdk.services.route53.transform with parameters of type GetAccountLimitRequest Modifier and Type Method Description SdkHttpFullRequestGetAccountLimitRequestMarshaller. marshall(GetAccountLimitRequest getAccountLimitRequest)
-