| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateCapacityReservationResponse |
AthenaClient.updateCapacityReservation(Consumer<UpdateCapacityReservationRequest.Builder> updateCapacityReservationRequest)
Updates the number of requested data processing units for the capacity reservation with the specified name.
|
default UpdateCapacityReservationResponse |
AthenaClient.updateCapacityReservation(UpdateCapacityReservationRequest updateCapacityReservationRequest)
Updates the number of requested data processing units for the capacity reservation with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateCapacityReservationResponse> |
AthenaAsyncClient.updateCapacityReservation(Consumer<UpdateCapacityReservationRequest.Builder> updateCapacityReservationRequest)
Updates the number of requested data processing units for the capacity reservation with the specified name.
|
default CompletableFuture<UpdateCapacityReservationResponse> |
AthenaAsyncClient.updateCapacityReservation(UpdateCapacityReservationRequest updateCapacityReservationRequest)
Updates the number of requested data processing units for the capacity reservation with the specified name.
|
Copyright © 2023. All rights reserved.