| 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 |
|---|---|
GetSessionResult |
AmazonAthenaClient.getSession(GetSessionRequest request)
Gets the full details of a previously created session, including the session status and configuration.
|
GetSessionResult |
AbstractAmazonAthena.getSession(GetSessionRequest request) |
GetSessionResult |
AmazonAthena.getSession(GetSessionRequest getSessionRequest)
Gets the full details of a previously created session, including the session status and configuration.
|
Future<GetSessionResult> |
AbstractAmazonAthenaAsync.getSessionAsync(GetSessionRequest request) |
Future<GetSessionResult> |
AmazonAthenaAsyncClient.getSessionAsync(GetSessionRequest request) |
Future<GetSessionResult> |
AmazonAthenaAsync.getSessionAsync(GetSessionRequest getSessionRequest)
Gets the full details of a previously created session, including the session status and configuration.
|
Future<GetSessionResult> |
AbstractAmazonAthenaAsync.getSessionAsync(GetSessionRequest request,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler) |
Future<GetSessionResult> |
AmazonAthenaAsyncClient.getSessionAsync(GetSessionRequest request,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler) |
Future<GetSessionResult> |
AmazonAthenaAsync.getSessionAsync(GetSessionRequest getSessionRequest,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler)
Gets the full details of a previously created session, including the session status and configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetSessionResult> |
AbstractAmazonAthenaAsync.getSessionAsync(GetSessionRequest request,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler) |
Future<GetSessionResult> |
AmazonAthenaAsyncClient.getSessionAsync(GetSessionRequest request,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler) |
Future<GetSessionResult> |
AmazonAthenaAsync.getSessionAsync(GetSessionRequest getSessionRequest,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler)
Gets the full details of a previously created session, including the session status and configuration.
|
| Modifier and Type | Method and Description |
|---|---|
GetSessionRequest |
GetSessionRequest.clone() |
GetSessionRequest |
GetSessionRequest.withSessionId(String sessionId)
The session ID.
|
Copyright © 2023. All rights reserved.