| 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 |
|---|---|
GetCapacityReservationResult |
AbstractAmazonAthena.getCapacityReservation(GetCapacityReservationRequest request) |
GetCapacityReservationResult |
AmazonAthenaClient.getCapacityReservation(GetCapacityReservationRequest request)
Returns information about the capacity reservation with the specified name.
|
GetCapacityReservationResult |
AmazonAthena.getCapacityReservation(GetCapacityReservationRequest getCapacityReservationRequest)
Returns information about the capacity reservation with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetCapacityReservationResult> |
AbstractAmazonAthenaAsync.getCapacityReservationAsync(GetCapacityReservationRequest request,
AsyncHandler<GetCapacityReservationRequest,GetCapacityReservationResult> asyncHandler) |
Future<GetCapacityReservationResult> |
AmazonAthenaAsyncClient.getCapacityReservationAsync(GetCapacityReservationRequest request,
AsyncHandler<GetCapacityReservationRequest,GetCapacityReservationResult> asyncHandler) |
Future<GetCapacityReservationResult> |
AmazonAthenaAsync.getCapacityReservationAsync(GetCapacityReservationRequest getCapacityReservationRequest,
AsyncHandler<GetCapacityReservationRequest,GetCapacityReservationResult> asyncHandler)
Returns information about the capacity reservation with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
GetCapacityReservationResult |
GetCapacityReservationResult.clone() |
GetCapacityReservationResult |
GetCapacityReservationResult.withCapacityReservation(CapacityReservation capacityReservation)
The requested capacity reservation structure.
|
Copyright © 2025. All rights reserved.