| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeSessionsResponse> |
DescribeSessionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSessionsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeSessionsResponse> subscriber) |
Copyright © 2021. All rights reserved.