Uses of Class
software.amazon.awssdk.services.appstream.model.Session
-
Packages that use Session Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of Session in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type Session Modifier and Type Method Description List<Session>DescribeSessionsResponse. sessions()Information about the streaming sessions.Methods in software.amazon.awssdk.services.appstream.model with parameters of type Session Modifier and Type Method Description DescribeSessionsResponse.BuilderDescribeSessionsResponse.Builder. sessions(Session... sessions)Information about the streaming sessions.Method parameters in software.amazon.awssdk.services.appstream.model with type arguments of type Session Modifier and Type Method Description DescribeSessionsResponse.BuilderDescribeSessionsResponse.Builder. sessions(Collection<Session> sessions)Information about the streaming sessions.
-