| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
SessionSummary |
SessionSummary.clone() |
SessionSummary |
SessionSummary.withDescription(String description)
The session description.
|
SessionSummary |
SessionSummary.withEngineVersion(EngineVersion engineVersion)
The engine version used by the session (for example,
PySpark engine version 3). |
SessionSummary |
SessionSummary.withNotebookVersion(String notebookVersion)
The notebook version.
|
SessionSummary |
SessionSummary.withSessionId(String sessionId)
The session ID.
|
SessionSummary |
SessionSummary.withStatus(SessionStatus status)
Contains information about the session status.
|
| Modifier and Type | Method and Description |
|---|---|
List<SessionSummary> |
ListSessionsResult.getSessions()
A list of sessions.
|
| Modifier and Type | Method and Description |
|---|---|
ListSessionsResult |
ListSessionsResult.withSessions(SessionSummary... sessions)
A list of sessions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSessionsResult.setSessions(Collection<SessionSummary> sessions)
A list of sessions.
|
ListSessionsResult |
ListSessionsResult.withSessions(Collection<SessionSummary> sessions)
A list of sessions.
|
Copyright © 2024. All rights reserved.