| 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.
|
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 |
|---|---|
DescribeSessionsRequest |
DescribeSessionsRequest.clone() |
DescribeSessionsRequest |
DescribeSessionsRequest.withFilters(Collection<SessionFilter> filters)
One or more filters to limit the type of sessions returned by the request.
|
DescribeSessionsRequest |
DescribeSessionsRequest.withFilters(SessionFilter... filters)
One or more filters to limit the type of sessions returned by the request.
|
DescribeSessionsRequest |
DescribeSessionsRequest.withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
DescribeSessionsRequest |
DescribeSessionsRequest.withNextToken(String nextToken)
The token for the next set of items to return.
|
DescribeSessionsRequest |
DescribeSessionsRequest.withState(SessionState state)
The session status to retrieve a list of sessions for.
|
DescribeSessionsRequest |
DescribeSessionsRequest.withState(String state)
The session status to retrieve a list of sessions for.
|
Copyright © 2022. All rights reserved.