Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement |
|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
DescribeSessionsResult |
AbstractAWSSimpleSystemsManagement.describeSessions(DescribeSessionsRequest request) |
DescribeSessionsResult |
AWSSimpleSystemsManagement.describeSessions(DescribeSessionsRequest describeSessionsRequest)
Retrieves a list of all active sessions (both connected and disconnected) or terminated sessions from the past 30
days.
|
DescribeSessionsResult |
AWSSimpleSystemsManagementClient.describeSessions(DescribeSessionsRequest request)
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> |
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> |
AWSSimpleSystemsManagementAsyncClient.describeSessionsAsync(DescribeSessionsRequest request) |
Future<DescribeSessionsResult> |
AbstractAWSSimpleSystemsManagementAsync.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.
|
Future<DescribeSessionsResult> |
AWSSimpleSystemsManagementAsyncClient.describeSessionsAsync(DescribeSessionsRequest request,
AsyncHandler<DescribeSessionsRequest,DescribeSessionsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<DescribeSessionsResult> |
AbstractAWSSimpleSystemsManagementAsync.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.
|
Future<DescribeSessionsResult> |
AWSSimpleSystemsManagementAsyncClient.describeSessionsAsync(DescribeSessionsRequest request,
AsyncHandler<DescribeSessionsRequest,DescribeSessionsResult> asyncHandler) |
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 © 2021. All rights reserved.