| 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 ListTagsForDomainResponse |
Route53DomainsClient.listTagsForDomain(Consumer<ListTagsForDomainRequest.Builder> listTagsForDomainRequest)
This operation returns all of the tags that are associated with the specified domain.
|
default CompletableFuture<ListTagsForDomainResponse> |
Route53DomainsAsyncClient.listTagsForDomain(Consumer<ListTagsForDomainRequest.Builder> listTagsForDomainRequest)
This operation returns all of the tags that are associated with the specified domain.
|
| Modifier and Type | Method and Description |
|---|---|
static ListTagsForDomainRequest.Builder |
ListTagsForDomainRequest.builder() |
ListTagsForDomainRequest.Builder |
ListTagsForDomainRequest.Builder.domainName(String domainName)
The domain for which you want to get a list of tags.
|
ListTagsForDomainRequest.Builder |
ListTagsForDomainRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForDomainRequest.Builder |
ListTagsForDomainRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsForDomainRequest.Builder |
ListTagsForDomainRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTagsForDomainRequest.Builder> |
ListTagsForDomainRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.