Uses of Class
software.amazon.awssdk.services.glue.model.Session
-
Packages that use Session Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Session in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return Session Modifier and Type Method Description Session
CreateSessionResponse. session()
Returns the session object in the response.Session
GetSessionResponse. session()
The session object is returned in the response.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Session Modifier and Type Method Description List<Session>
ListSessionsResponse. sessions()
Returns the session object.Methods in software.amazon.awssdk.services.glue.model with parameters of type Session Modifier and Type Method Description CreateSessionResponse.Builder
CreateSessionResponse.Builder. session(Session session)
Returns the session object in the response.GetSessionResponse.Builder
GetSessionResponse.Builder. session(Session session)
The session object is returned in the response.ListSessionsResponse.Builder
ListSessionsResponse.Builder. sessions(Session... sessions)
Returns the session object.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Session Modifier and Type Method Description ListSessionsResponse.Builder
ListSessionsResponse.Builder. sessions(Collection<Session> sessions)
Returns the session object.
-