| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
SessionStatus |
SessionStatus.clone() |
SessionStatus |
GetSessionResult.getStatus()
Contains information about the status of the session.
|
SessionStatus |
GetSessionStatusResult.getStatus()
Contains information about the status of the session.
|
SessionStatus |
SessionSummary.getStatus()
Contains information about the session status.
|
SessionStatus |
SessionStatus.withEndDateTime(Date endDateTime)
The date and time that the session ended.
|
SessionStatus |
SessionStatus.withIdleSinceDateTime(Date idleSinceDateTime)
The date and time starting at which the session became idle.
|
SessionStatus |
SessionStatus.withLastModifiedDateTime(Date lastModifiedDateTime)
The most recent date and time that the session was modified.
|
SessionStatus |
SessionStatus.withStartDateTime(Date startDateTime)
The date and time that the session started.
|
SessionStatus |
SessionStatus.withState(SessionState state)
The state of the session.
|
SessionStatus |
SessionStatus.withState(String state)
The state of the session.
|
SessionStatus |
SessionStatus.withStateChangeReason(String stateChangeReason)
The reason for the session state change (for example, canceled because the session was terminated).
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSessionResult.setStatus(SessionStatus status)
Contains information about the status of the session.
|
void |
GetSessionStatusResult.setStatus(SessionStatus status)
Contains information about the status of the session.
|
void |
SessionSummary.setStatus(SessionStatus status)
Contains information about the session status.
|
GetSessionResult |
GetSessionResult.withStatus(SessionStatus status)
Contains information about the status of the session.
|
GetSessionStatusResult |
GetSessionStatusResult.withStatus(SessionStatus status)
Contains information about the status of the session.
|
SessionSummary |
SessionSummary.withStatus(SessionStatus status)
Contains information about the session status.
|
Copyright © 2023. All rights reserved.