Uses of Class
software.amazon.awssdk.services.athena.model.SessionSummary
-
Packages that use SessionSummary Package Description software.amazon.awssdk.services.athena.model -
-
Uses of SessionSummary in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type SessionSummary Modifier and Type Method Description List<SessionSummary>ListSessionsResponse. sessions()A list of sessions.Methods in software.amazon.awssdk.services.athena.model with parameters of type SessionSummary Modifier and Type Method Description ListSessionsResponse.BuilderListSessionsResponse.Builder. sessions(SessionSummary... sessions)A list of sessions.Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type SessionSummary Modifier and Type Method Description ListSessionsResponse.BuilderListSessionsResponse.Builder. sessions(Collection<SessionSummary> sessions)A list of sessions.
-