| 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 TransferDomainToAnotherAwsAccountResponse |
Route53DomainsClient.transferDomainToAnotherAwsAccount(Consumer<TransferDomainToAnotherAwsAccountRequest.Builder> transferDomainToAnotherAwsAccountRequest)
Transfers a domain from the current Amazon Web Services account to another Amazon Web Services account.
|
default CompletableFuture<TransferDomainToAnotherAwsAccountResponse> |
Route53DomainsAsyncClient.transferDomainToAnotherAwsAccount(Consumer<TransferDomainToAnotherAwsAccountRequest.Builder> transferDomainToAnotherAwsAccountRequest)
Transfers a domain from the current Amazon Web Services account to another Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
TransferDomainToAnotherAwsAccountRequest.Builder |
TransferDomainToAnotherAwsAccountRequest.Builder.accountId(String accountId)
The account ID of the Amazon Web Services account that you want to transfer the domain to, for example,
111122223333. |
static TransferDomainToAnotherAwsAccountRequest.Builder |
TransferDomainToAnotherAwsAccountRequest.builder() |
TransferDomainToAnotherAwsAccountRequest.Builder |
TransferDomainToAnotherAwsAccountRequest.Builder.domainName(String domainName)
The name of the domain that you want to transfer from the current Amazon Web Services account to another
account.
|
TransferDomainToAnotherAwsAccountRequest.Builder |
TransferDomainToAnotherAwsAccountRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TransferDomainToAnotherAwsAccountRequest.Builder |
TransferDomainToAnotherAwsAccountRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TransferDomainToAnotherAwsAccountRequest.Builder |
TransferDomainToAnotherAwsAccountRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TransferDomainToAnotherAwsAccountRequest.Builder> |
TransferDomainToAnotherAwsAccountRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.