| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
static SessionState |
SessionState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SessionState |
StartSessionResponse.state()
The state of the session.
|
SessionState |
SessionStatus.state()
The state of the session.
|
SessionState |
TerminateSessionResponse.state()
The state of the session.
|
SessionState |
ListSessionsRequest.stateFilter()
A filter for a specific session state.
|
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 |
|---|---|
static Set<SessionState> |
SessionState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StartSessionResponse.Builder |
StartSessionResponse.Builder.state(SessionState state)
The state of the session.
|
SessionStatus.Builder |
SessionStatus.Builder.state(SessionState state)
The state of the session.
|
TerminateSessionResponse.Builder |
TerminateSessionResponse.Builder.state(SessionState state)
The state of the session.
|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.stateFilter(SessionState stateFilter)
A filter for a specific session state.
|
Copyright © 2023. All rights reserved.