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.
|
Modifier and Type | Method and Description |
---|---|
Future<GetSessionResult> |
AmazonAthenaAsyncClient.getSessionAsync(GetSessionRequest request) |
Future<GetSessionResult> |
AbstractAmazonAthenaAsync.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> |
AmazonAthenaAsyncClient.getSessionAsync(GetSessionRequest request,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler) |
Future<GetSessionResult> |
AbstractAmazonAthenaAsync.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> |
AmazonAthenaAsyncClient.getSessionAsync(GetSessionRequest request,
AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler) |
Future<GetSessionResult> |
AbstractAmazonAthenaAsync.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 |
---|---|
GetSessionResult |
GetSessionResult.clone() |
GetSessionResult |
GetSessionResult.withDescription(String description)
The session description.
|
GetSessionResult |
GetSessionResult.withEngineConfiguration(EngineConfiguration engineConfiguration)
Contains engine configuration information like DPU usage.
|
GetSessionResult |
GetSessionResult.withEngineVersion(String engineVersion)
The engine version used by the session (for example,
PySpark engine version 3 ). |
GetSessionResult |
GetSessionResult.withNotebookVersion(String notebookVersion)
The notebook version.
|
GetSessionResult |
GetSessionResult.withSessionConfiguration(SessionConfiguration sessionConfiguration)
Contains the workgroup configuration information used by the session.
|
GetSessionResult |
GetSessionResult.withSessionId(String sessionId)
The session ID.
|
GetSessionResult |
GetSessionResult.withStatistics(SessionStatistics statistics)
Contains the DPU execution time.
|
GetSessionResult |
GetSessionResult.withStatus(SessionStatus status)
Contains information about the status of the session.
|
GetSessionResult |
GetSessionResult.withWorkGroup(String workGroup)
The workgroup to which the session belongs.
|
Copyright © 2023. All rights reserved.