| 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<ListDataCatalogsResult> |
AbstractAmazonAthenaAsync.listDataCatalogsAsync(ListDataCatalogsRequest request,
AsyncHandler<ListDataCatalogsRequest,ListDataCatalogsResult> asyncHandler) |
Future<ListDataCatalogsResult> |
AmazonAthenaAsyncClient.listDataCatalogsAsync(ListDataCatalogsRequest request,
AsyncHandler<ListDataCatalogsRequest,ListDataCatalogsResult> asyncHandler) |
Future<ListDataCatalogsResult> |
AmazonAthenaAsync.listDataCatalogsAsync(ListDataCatalogsRequest listDataCatalogsRequest,
AsyncHandler<ListDataCatalogsRequest,ListDataCatalogsResult> asyncHandler)
Lists the data catalogs in the current Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataCatalogsRequest |
ListDataCatalogsRequest.clone() |
ListDataCatalogsRequest |
ListDataCatalogsRequest.withMaxResults(Integer maxResults)
Specifies the maximum number of data catalogs to return.
|
ListDataCatalogsRequest |
ListDataCatalogsRequest.withNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListDataCatalogsRequest |
ListDataCatalogsRequest.withWorkGroup(String workGroup)
The name of the workgroup.
|
Copyright © 2025. All rights reserved.