Uses of Class
software.amazon.awssdk.services.ssm.model.DescribeSessionsResponse
-
Packages that use DescribeSessionsResponse Package Description software.amazon.awssdk.services.ssm 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.software.amazon.awssdk.services.ssm.paginators -
-
Uses of DescribeSessionsResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return DescribeSessionsResponse Modifier and Type Method Description default DescribeSessionsResponse
SsmClient. describeSessions(Consumer<DescribeSessionsRequest.Builder> describeSessionsRequest)
Retrieves a list of all active sessions (both connected and disconnected) or terminated sessions from the past 30 days.default DescribeSessionsResponse
SsmClient. describeSessions(DescribeSessionsRequest describeSessionsRequest)
Retrieves a list of all active sessions (both connected and disconnected) or terminated sessions from the past 30 days.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type DescribeSessionsResponse Modifier and Type Method Description default CompletableFuture<DescribeSessionsResponse>
SsmAsyncClient. describeSessions(Consumer<DescribeSessionsRequest.Builder> describeSessionsRequest)
Retrieves a list of all active sessions (both connected and disconnected) or terminated sessions from the past 30 days.default CompletableFuture<DescribeSessionsResponse>
SsmAsyncClient. describeSessions(DescribeSessionsRequest describeSessionsRequest)
Retrieves a list of all active sessions (both connected and disconnected) or terminated sessions from the past 30 days. -
Uses of DescribeSessionsResponse in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type DescribeSessionsResponse Modifier and Type Method Description Iterator<DescribeSessionsResponse>
DescribeSessionsIterable. iterator()
Method parameters in software.amazon.awssdk.services.ssm.paginators with type arguments of type DescribeSessionsResponse Modifier and Type Method Description void
DescribeSessionsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeSessionsResponse> subscriber)
-