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 SessionCreateSessionResponse. session()Returns the session object in the response.SessionGetSessionResponse. 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.BuilderCreateSessionResponse.Builder. session(Session session)Returns the session object in the response.GetSessionResponse.BuilderGetSessionResponse.Builder. session(Session session)The session object is returned in the response.ListSessionsResponse.BuilderListSessionsResponse.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.BuilderListSessionsResponse.Builder. sessions(Collection<Session> sessions)Returns the session object.
-