| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
static SessionState |
SessionState.fromValue(String value)
Use this in place of valueOf.
|
static SessionState |
SessionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionState[] |
SessionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TerminateSessionResult |
TerminateSessionResult.withState(SessionState state)
The state of the session.
|
StartSessionResult |
StartSessionResult.withState(SessionState state)
The state of the session.
|
SessionStatus |
SessionStatus.withState(SessionState state)
The state of the session.
|
ListSessionsRequest |
ListSessionsRequest.withStateFilter(SessionState stateFilter)
A filter for a specific session state.
|
Copyright © 2023. All rights reserved.