| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetHostedZoneLimitResponse> |
Route53AsyncClient.getHostedZoneLimit(Consumer<GetHostedZoneLimitRequest.Builder> getHostedZoneLimitRequest)
Gets the specified limit for a specified hosted zone, for example, the maximum number of records that you can
create in the hosted zone.
|
default GetHostedZoneLimitResponse |
Route53Client.getHostedZoneLimit(Consumer<GetHostedZoneLimitRequest.Builder> getHostedZoneLimitRequest)
Gets the specified limit for a specified hosted zone, for example, the maximum number of records that you can
create in the hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
static GetHostedZoneLimitRequest.Builder |
GetHostedZoneLimitRequest.builder() |
GetHostedZoneLimitRequest.Builder |
GetHostedZoneLimitRequest.Builder.hostedZoneId(String hostedZoneId)
The ID of the hosted zone that you want to get a limit for.
|
GetHostedZoneLimitRequest.Builder |
GetHostedZoneLimitRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetHostedZoneLimitRequest.Builder |
GetHostedZoneLimitRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetHostedZoneLimitRequest.Builder |
GetHostedZoneLimitRequest.toBuilder() |
GetHostedZoneLimitRequest.Builder |
GetHostedZoneLimitRequest.Builder.type(HostedZoneLimitType type)
The limit that you want to get.
|
GetHostedZoneLimitRequest.Builder |
GetHostedZoneLimitRequest.Builder.type(String type)
The limit that you want to get.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetHostedZoneLimitRequest.Builder> |
GetHostedZoneLimitRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.