Uses of Class
software.amazon.awssdk.services.ssm.model.Session
Packages that use Session
Package
Description
-
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 SessionModifier and TypeMethodDescriptionDescribeSessionsResponse.sessions()A list of sessions meeting the request parameters.Methods in software.amazon.awssdk.services.ssm.model with parameters of type SessionModifier and TypeMethodDescriptionA list of sessions meeting the request parameters.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type SessionModifier and TypeMethodDescriptionDescribeSessionsResponse.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 SessionModifier and TypeMethodDescriptionfinal SdkIterable<Session>DescribeSessionsIterable.sessions()Returns an iterable to iterate through the paginatedDescribeSessionsResponse.sessions()member.final SdkPublisher<Session>DescribeSessionsPublisher.sessions()Returns a publisher that can be used to get a stream of data.