| Package | Description |
|---|---|
| com.amazonaws.services.route53domains |
Synchronous and asynchronous client classes for accessing AmazonRoute53Domains.
|
| com.amazonaws.services.route53domains.model |
Classes modeling the various types represented by AmazonRoute53Domains.
|
| 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 |
AmazonRoute53DomainsClient.listTagsForDomain(ListTagsForDomainRequest listTagsForDomainRequest)
This operation returns all of the tags that are associated with the
specified domain.
|
Future<ListTagsForDomainResult> |
AmazonRoute53DomainsAsyncClient.listTagsForDomainAsync(ListTagsForDomainRequest listTagsForDomainRequest)
This operation returns all of the tags that are associated with the
specified domain.
|
Future<ListTagsForDomainResult> |
AmazonRoute53DomainsAsync.listTagsForDomainAsync(ListTagsForDomainRequest listTagsForDomainRequest)
This operation returns all of the tags that are associated with the
specified domain.
|
Future<ListTagsForDomainResult> |
AmazonRoute53DomainsAsyncClient.listTagsForDomainAsync(ListTagsForDomainRequest listTagsForDomainRequest,
AsyncHandler<ListTagsForDomainRequest,ListTagsForDomainResult> asyncHandler)
This operation returns all of the tags that are associated with the
specified domain.
|
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 |
|---|---|
Future<ListTagsForDomainResult> |
AmazonRoute53DomainsAsyncClient.listTagsForDomainAsync(ListTagsForDomainRequest listTagsForDomainRequest,
AsyncHandler<ListTagsForDomainRequest,ListTagsForDomainResult> asyncHandler)
This operation returns all of the tags that are associated with the
specified domain.
|
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 |
|---|---|
ListTagsForDomainRequest |
ListTagsForDomainRequest.withDomainName(String domainName)
The domain for which you want to get a list of tags.
|
Copyright © 2015. All rights reserved.