Uses of Class
software.amazon.awssdk.services.ssm.model.DescribeSessionsRequest
Packages that use DescribeSessionsRequest
Package
Description
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
-
Uses of DescribeSessionsRequest in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm with parameters of type DescribeSessionsRequestModifier and TypeMethodDescriptionSsmAsyncClient.describeSessions(DescribeSessionsRequest describeSessionsRequest) Retrieves a list of all active sessions (both connected and disconnected) or terminated sessions from the past 30 days.default DescribeSessionsResponseSsmClient.describeSessions(DescribeSessionsRequest describeSessionsRequest) Retrieves a list of all active sessions (both connected and disconnected) or terminated sessions from the past 30 days.default DescribeSessionsPublisherSsmAsyncClient.describeSessionsPaginator(DescribeSessionsRequest describeSessionsRequest) This is a variant ofSsmAsyncClient.describeSessions(software.amazon.awssdk.services.ssm.model.DescribeSessionsRequest)operation.default DescribeSessionsIterableSsmClient.describeSessionsPaginator(DescribeSessionsRequest describeSessionsRequest) This is a variant ofSsmClient.describeSessions(software.amazon.awssdk.services.ssm.model.DescribeSessionsRequest)operation. -
Uses of DescribeSessionsRequest in software.amazon.awssdk.services.ssm.paginators
Constructors in software.amazon.awssdk.services.ssm.paginators with parameters of type DescribeSessionsRequestModifierConstructorDescriptionDescribeSessionsIterable(SsmClient client, DescribeSessionsRequest firstRequest) DescribeSessionsPublisher(SsmAsyncClient client, DescribeSessionsRequest firstRequest) -
Uses of DescribeSessionsRequest in software.amazon.awssdk.services.ssm.transform
Methods in software.amazon.awssdk.services.ssm.transform with parameters of type DescribeSessionsRequestModifier and TypeMethodDescriptionDescribeSessionsRequestMarshaller.marshall(DescribeSessionsRequest describeSessionsRequest)