| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53 |
Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.
|
| Modifier and Type | Method and Description |
|---|---|
default GetAccountLimitResponse |
Route53Client.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 GetAccountLimitResponse |
Route53Client.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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2020. All rights reserved.