| Package | Description |
|---|---|
| com.amazonaws.services.route53domains |
Amazon Route 53 API actions let you register domain names and perform related operations.
|
| com.amazonaws.services.route53domains.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForDomainResult |
AmazonRoute53Domains.listTagsForDomain(ListTagsForDomainRequest listTagsForDomainRequest)
This operation returns all of the tags that are associated with the specified domain.
|
ListTagsForDomainResult |
AbstractAmazonRoute53Domains.listTagsForDomain(ListTagsForDomainRequest request) |
ListTagsForDomainResult |
AmazonRoute53DomainsClient.listTagsForDomain(ListTagsForDomainRequest request)
This operation returns all of the tags that are associated with the specified domain.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForDomainResult> |
AbstractAmazonRoute53DomainsAsync.listTagsForDomainAsync(ListTagsForDomainRequest request,
AsyncHandler<ListTagsForDomainRequest,ListTagsForDomainResult> asyncHandler) |
Future<ListTagsForDomainResult> |
AmazonRoute53DomainsAsyncClient.listTagsForDomainAsync(ListTagsForDomainRequest request,
AsyncHandler<ListTagsForDomainRequest,ListTagsForDomainResult> asyncHandler) |
Future<ListTagsForDomainResult> |
AmazonRoute53DomainsAsync.listTagsForDomainAsync(ListTagsForDomainRequest listTagsForDomainRequest,
AsyncHandler<ListTagsForDomainRequest,ListTagsForDomainResult> asyncHandler)
This operation returns all of the tags that are associated with the specified domain.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForDomainResult |
ListTagsForDomainResult.clone() |
ListTagsForDomainResult |
ListTagsForDomainResult.withTagList(Collection<Tag> tagList)
A list of the tags that are associated with the specified domain.
|
ListTagsForDomainResult |
ListTagsForDomainResult.withTagList(Tag... tagList)
A list of the tags that are associated with the specified domain.
|
Copyright © 2019. All rights reserved.