| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver |
Here's how you set up to query an Amazon Route 53 private hosted zone from your network:
|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AmazonRoute53Resolver.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags that you associated with the specified resource.
|
ListTagsForResourceResult |
AbstractAmazonRoute53Resolver.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AmazonRoute53ResolverClient.listTagsForResource(ListTagsForResourceRequest request)
Lists the tags that you associated with the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AmazonRoute53ResolverAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AbstractAmazonRoute53ResolverAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AmazonRoute53ResolverAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists the tags that you associated with the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withNextToken(String nextToken)
If more than
MaxResults tags match the specified criteria, you can submit another
ListTagsForResource request to get the next group of results. |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tags that are associated with the resource that you specified in the
ListTagsForResource
request. |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tags that are associated with the resource that you specified in the
ListTagsForResource
request. |
Copyright © 2019. All rights reserved.