| Package | Description |
|---|---|
| com.amazonaws.services.athena |
Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3.
|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AbstractAmazonAthenaAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AmazonAthenaAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists the tags associated with an Athena resource.
|
Future<ListTagsForResourceResult> |
AmazonAthenaAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest |
ListTagsForResourceRequest.clone() |
ListTagsForResourceRequest |
ListTagsForResourceRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned per request that lists the tags for the resource.
|
ListTagsForResourceRequest |
ListTagsForResourceRequest.withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results for this request, where the
request lists the tags for the resource with the specified ARN.
|
ListTagsForResourceRequest |
ListTagsForResourceRequest.withResourceARN(String resourceARN)
Lists the tags for the resource with the specified ARN.
|
Copyright © 2023. All rights reserved.