| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena |
Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3.
|
| software.amazon.awssdk.services.athena.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListEngineVersionsResponse |
AthenaClient.listEngineVersions(Consumer<ListEngineVersionsRequest.Builder> listEngineVersionsRequest)
Returns a list of engine versions that are available to choose from, including the Auto option.
|
default ListEngineVersionsResponse |
AthenaClient.listEngineVersions(ListEngineVersionsRequest listEngineVersionsRequest)
Returns a list of engine versions that are available to choose from, including the Auto option.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListEngineVersionsResponse> |
AthenaAsyncClient.listEngineVersions(Consumer<ListEngineVersionsRequest.Builder> listEngineVersionsRequest)
Returns a list of engine versions that are available to choose from, including the Auto option.
|
default CompletableFuture<ListEngineVersionsResponse> |
AthenaAsyncClient.listEngineVersions(ListEngineVersionsRequest listEngineVersionsRequest)
Returns a list of engine versions that are available to choose from, including the Auto option.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListEngineVersionsResponse> |
ListEngineVersionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEngineVersionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListEngineVersionsResponse> subscriber) |
Copyright © 2023. All rights reserved.