| 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 CreateReusableDelegationSetResponse |
Route53Client.createReusableDelegationSet(Consumer<CreateReusableDelegationSetRequest.Builder> createReusableDelegationSetRequest)
Creates a delegation set (a group of four name servers) that can be reused by multiple hosted zones that were
created by the same Amazon Web Services account.
|
default CompletableFuture<CreateReusableDelegationSetResponse> |
Route53AsyncClient.createReusableDelegationSet(Consumer<CreateReusableDelegationSetRequest.Builder> createReusableDelegationSetRequest)
Creates a delegation set (a group of four name servers) that can be reused by multiple hosted zones that were
created by the same Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateReusableDelegationSetRequest.Builder |
CreateReusableDelegationSetRequest.builder() |
CreateReusableDelegationSetRequest.Builder |
CreateReusableDelegationSetRequest.Builder.callerReference(String callerReference)
A unique string that identifies the request, and that allows you to retry failed
CreateReusableDelegationSet requests without the risk of executing the operation twice. |
CreateReusableDelegationSetRequest.Builder |
CreateReusableDelegationSetRequest.Builder.hostedZoneId(String hostedZoneId)
If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.
|
CreateReusableDelegationSetRequest.Builder |
CreateReusableDelegationSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateReusableDelegationSetRequest.Builder |
CreateReusableDelegationSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateReusableDelegationSetRequest.Builder |
CreateReusableDelegationSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateReusableDelegationSetRequest.Builder> |
CreateReusableDelegationSetRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.