| 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 ListApplicationDpuSizesResponse |
AthenaClient.listApplicationDPUSizes(Consumer<ListApplicationDpuSizesRequest.Builder> listApplicationDpuSizesRequest)
Returns the supported DPU sizes for the supported application runtimes (for example,
Athena notebook version 1). |
default ListApplicationDpuSizesResponse |
AthenaClient.listApplicationDPUSizes(ListApplicationDpuSizesRequest listApplicationDpuSizesRequest)
Returns the supported DPU sizes for the supported application runtimes (for example,
Athena notebook version 1). |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListApplicationDpuSizesResponse> |
AthenaAsyncClient.listApplicationDPUSizes(Consumer<ListApplicationDpuSizesRequest.Builder> listApplicationDpuSizesRequest)
Returns the supported DPU sizes for the supported application runtimes (for example,
Athena notebook version 1). |
default CompletableFuture<ListApplicationDpuSizesResponse> |
AthenaAsyncClient.listApplicationDPUSizes(ListApplicationDpuSizesRequest listApplicationDpuSizesRequest)
Returns the supported DPU sizes for the supported application runtimes (for example,
Athena notebook version 1). |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListApplicationDpuSizesResponse> |
ListApplicationDPUSizesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationDPUSizesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListApplicationDpuSizesResponse> subscriber) |
Copyright © 2023. All rights reserved.