| Package | Description |
|---|---|
| com.amazonaws.services.route53 |
Synchronous and asynchronous client classes for accessing AmazonRoute53.
|
| com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourcesResult> |
AmazonRoute53AsyncClient.listTagsForResourcesAsync(ListTagsForResourcesRequest listTagsForResourcesRequest,
AsyncHandler<ListTagsForResourcesRequest,ListTagsForResourcesResult> asyncHandler) |
Future<ListTagsForResourcesResult> |
AmazonRoute53Async.listTagsForResourcesAsync(ListTagsForResourcesRequest listTagsForResourcesRequest,
AsyncHandler<ListTagsForResourcesRequest,ListTagsForResourcesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourcesRequest |
ListTagsForResourcesRequest.clone() |
ListTagsForResourcesRequest |
ListTagsForResourcesRequest.withResourceIds(Collection<String> resourceIds)
A complex type that contains the ResourceId element for each resource
for which you want to get a list of tags.
|
ListTagsForResourcesRequest |
ListTagsForResourcesRequest.withResourceIds(String... resourceIds)
A complex type that contains the ResourceId element for each resource
for which you want to get a list of tags.
|
ListTagsForResourcesRequest |
ListTagsForResourcesRequest.withResourceType(String resourceType)
The type of the resources.
|
ListTagsForResourcesRequest |
ListTagsForResourcesRequest.withResourceType(TagResourceType resourceType)
The type of the resources.
|
Copyright © 2015. All rights reserved.