Uses of Class
software.amazon.awssdk.services.athena.model.SessionStatus
-
Packages that use SessionStatus Package Description software.amazon.awssdk.services.athena.model -
-
Uses of SessionStatus in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return SessionStatus Modifier and Type Method Description SessionStatusGetSessionResponse. status()Contains information about the status of the session.SessionStatusGetSessionStatusResponse. status()Contains information about the status of the session.SessionStatusSessionSummary. status()Contains information about the session status.Methods in software.amazon.awssdk.services.athena.model with parameters of type SessionStatus Modifier and Type Method Description GetSessionResponse.BuilderGetSessionResponse.Builder. status(SessionStatus status)Contains information about the status of the session.GetSessionStatusResponse.BuilderGetSessionStatusResponse.Builder. status(SessionStatus status)Contains information about the status of the session.SessionSummary.BuilderSessionSummary.Builder. status(SessionStatus status)Contains information about the session status.
-