| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
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.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeSessionsResult |
AbstractAWSSimpleSystemsManagement.describeSessions(DescribeSessionsRequest request) |
DescribeSessionsResult |
AWSSimpleSystemsManagementClient.describeSessions(DescribeSessionsRequest request)
Retrieves a list of all active sessions (both connected and disconnected) or terminated sessions from the past 30
days.
|
DescribeSessionsResult |
AWSSimpleSystemsManagement.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 |
|---|---|
Future<DescribeSessionsResult> |
AbstractAWSSimpleSystemsManagementAsync.describeSessionsAsync(DescribeSessionsRequest request) |
Future<DescribeSessionsResult> |
AWSSimpleSystemsManagementAsyncClient.describeSessionsAsync(DescribeSessionsRequest request) |
Future<DescribeSessionsResult> |
AWSSimpleSystemsManagementAsync.describeSessionsAsync(DescribeSessionsRequest describeSessionsRequest)
Retrieves a list of all active sessions (both connected and disconnected) or terminated sessions from the past 30
days.
|
Future<DescribeSessionsResult> |
AbstractAWSSimpleSystemsManagementAsync.describeSessionsAsync(DescribeSessionsRequest request,
AsyncHandler<DescribeSessionsRequest,DescribeSessionsResult> asyncHandler) |
Future<DescribeSessionsResult> |
AWSSimpleSystemsManagementAsyncClient.describeSessionsAsync(DescribeSessionsRequest request,
AsyncHandler<DescribeSessionsRequest,DescribeSessionsResult> asyncHandler) |
Future<DescribeSessionsResult> |
AWSSimpleSystemsManagementAsync.describeSessionsAsync(DescribeSessionsRequest describeSessionsRequest,
AsyncHandler<DescribeSessionsRequest,DescribeSessionsResult> asyncHandler)
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 |
|---|---|
Future<DescribeSessionsResult> |
AbstractAWSSimpleSystemsManagementAsync.describeSessionsAsync(DescribeSessionsRequest request,
AsyncHandler<DescribeSessionsRequest,DescribeSessionsResult> asyncHandler) |
Future<DescribeSessionsResult> |
AWSSimpleSystemsManagementAsyncClient.describeSessionsAsync(DescribeSessionsRequest request,
AsyncHandler<DescribeSessionsRequest,DescribeSessionsResult> asyncHandler) |
Future<DescribeSessionsResult> |
AWSSimpleSystemsManagementAsync.describeSessionsAsync(DescribeSessionsRequest describeSessionsRequest,
AsyncHandler<DescribeSessionsRequest,DescribeSessionsResult> asyncHandler)
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 |
|---|---|
DescribeSessionsResult |
DescribeSessionsResult.clone() |
DescribeSessionsResult |
DescribeSessionsResult.withNextToken(String nextToken)
The token for the next set of items to return.
|
DescribeSessionsResult |
DescribeSessionsResult.withSessions(Collection<Session> sessions)
A list of sessions meeting the request parameters.
|
DescribeSessionsResult |
DescribeSessionsResult.withSessions(Session... sessions)
A list of sessions meeting the request parameters.
|
Copyright © 2022. All rights reserved.