Uses of Class
software.amazon.awssdk.services.ssm.model.Session
-
Packages that use Session Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
Uses of Session in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type Session Modifier and Type Method Description List<Session>DescribeSessionsResponse. sessions()A list of sessions meeting the request parameters.Methods in software.amazon.awssdk.services.ssm.model with parameters of type Session Modifier and Type Method Description DescribeSessionsResponse.BuilderDescribeSessionsResponse.Builder. sessions(Session... sessions)A list of sessions meeting the request parameters.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type Session Modifier and Type Method Description DescribeSessionsResponse.BuilderDescribeSessionsResponse.Builder. sessions(Collection<Session> sessions)A list of sessions meeting the request parameters. -
Uses of Session in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type Session Modifier and Type Method Description SdkIterable<Session>DescribeSessionsIterable. sessions()Returns an iterable to iterate through the paginatedDescribeSessionsResponse.sessions()member.SdkPublisher<Session>DescribeSessionsPublisher. sessions()Returns a publisher that can be used to get a stream of data.
-