| 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 GetReusableDelegationSetLimitResponse |
Route53Client.getReusableDelegationSetLimit(Consumer<GetReusableDelegationSetLimitRequest.Builder> getReusableDelegationSetLimitRequest)
Gets the maximum number of hosted zones that you can associate with the specified reusable delegation set.
|
default CompletableFuture<GetReusableDelegationSetLimitResponse> |
Route53AsyncClient.getReusableDelegationSetLimit(Consumer<GetReusableDelegationSetLimitRequest.Builder> getReusableDelegationSetLimitRequest)
Gets the maximum number of hosted zones that you can associate with the specified reusable delegation set.
|
| Modifier and Type | Method and Description |
|---|---|
static GetReusableDelegationSetLimitRequest.Builder |
GetReusableDelegationSetLimitRequest.builder() |
GetReusableDelegationSetLimitRequest.Builder |
GetReusableDelegationSetLimitRequest.Builder.delegationSetId(String delegationSetId)
The ID of the delegation set that you want to get the limit for.
|
GetReusableDelegationSetLimitRequest.Builder |
GetReusableDelegationSetLimitRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetReusableDelegationSetLimitRequest.Builder |
GetReusableDelegationSetLimitRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetReusableDelegationSetLimitRequest.Builder |
GetReusableDelegationSetLimitRequest.toBuilder() |
GetReusableDelegationSetLimitRequest.Builder |
GetReusableDelegationSetLimitRequest.Builder.type(ReusableDelegationSetLimitType type)
Specify
MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum number of hosted zones that you
can associate with the specified reusable delegation set. |
GetReusableDelegationSetLimitRequest.Builder |
GetReusableDelegationSetLimitRequest.Builder.type(String type)
Specify
MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum number of hosted zones that you
can associate with the specified reusable delegation set. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetReusableDelegationSetLimitRequest.Builder> |
GetReusableDelegationSetLimitRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.