| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53domains |
Amazon Route 53 API actions let you register domain names and perform related operations.
|
| software.amazon.awssdk.services.route53domains.model |
| Modifier and Type | Method and Description |
|---|---|
default ResendContactReachabilityEmailResponse |
Route53DomainsClient.resendContactReachabilityEmail(Consumer<ResendContactReachabilityEmailRequest.Builder> resendContactReachabilityEmailRequest)
For operations that require confirmation that the email address for the registrant contact is valid, such as
registering a new domain, this operation resends the confirmation email to the current email address for the
registrant contact.
|
default CompletableFuture<ResendContactReachabilityEmailResponse> |
Route53DomainsAsyncClient.resendContactReachabilityEmail(Consumer<ResendContactReachabilityEmailRequest.Builder> resendContactReachabilityEmailRequest)
For operations that require confirmation that the email address for the registrant contact is valid, such as
registering a new domain, this operation resends the confirmation email to the current email address for the
registrant contact.
|
| Modifier and Type | Method and Description |
|---|---|
static ResendContactReachabilityEmailRequest.Builder |
ResendContactReachabilityEmailRequest.builder() |
ResendContactReachabilityEmailRequest.Builder |
ResendContactReachabilityEmailRequest.Builder.domainName(String domainName)
The name of the domain for which you want Route 53 to resend a confirmation email to the registrant contact.
|
ResendContactReachabilityEmailRequest.Builder |
ResendContactReachabilityEmailRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ResendContactReachabilityEmailRequest.Builder |
ResendContactReachabilityEmailRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ResendContactReachabilityEmailRequest.Builder |
ResendContactReachabilityEmailRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResendContactReachabilityEmailRequest.Builder> |
ResendContactReachabilityEmailRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.