| 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 |
|---|---|
ResumeSessionResult |
AbstractAWSSimpleSystemsManagement.resumeSession(ResumeSessionRequest request) |
ResumeSessionResult |
AWSSimpleSystemsManagementClient.resumeSession(ResumeSessionRequest request)
Reconnects a session to a managed node after it has been disconnected.
|
ResumeSessionResult |
AWSSimpleSystemsManagement.resumeSession(ResumeSessionRequest resumeSessionRequest)
Reconnects a session to a managed node after it has been disconnected.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ResumeSessionResult> |
AbstractAWSSimpleSystemsManagementAsync.resumeSessionAsync(ResumeSessionRequest request) |
Future<ResumeSessionResult> |
AWSSimpleSystemsManagementAsyncClient.resumeSessionAsync(ResumeSessionRequest request) |
Future<ResumeSessionResult> |
AWSSimpleSystemsManagementAsync.resumeSessionAsync(ResumeSessionRequest resumeSessionRequest)
Reconnects a session to a managed node after it has been disconnected.
|
Future<ResumeSessionResult> |
AbstractAWSSimpleSystemsManagementAsync.resumeSessionAsync(ResumeSessionRequest request,
AsyncHandler<ResumeSessionRequest,ResumeSessionResult> asyncHandler) |
Future<ResumeSessionResult> |
AWSSimpleSystemsManagementAsyncClient.resumeSessionAsync(ResumeSessionRequest request,
AsyncHandler<ResumeSessionRequest,ResumeSessionResult> asyncHandler) |
Future<ResumeSessionResult> |
AWSSimpleSystemsManagementAsync.resumeSessionAsync(ResumeSessionRequest resumeSessionRequest,
AsyncHandler<ResumeSessionRequest,ResumeSessionResult> asyncHandler)
Reconnects a session to a managed node after it has been disconnected.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ResumeSessionResult> |
AbstractAWSSimpleSystemsManagementAsync.resumeSessionAsync(ResumeSessionRequest request,
AsyncHandler<ResumeSessionRequest,ResumeSessionResult> asyncHandler) |
Future<ResumeSessionResult> |
AWSSimpleSystemsManagementAsyncClient.resumeSessionAsync(ResumeSessionRequest request,
AsyncHandler<ResumeSessionRequest,ResumeSessionResult> asyncHandler) |
Future<ResumeSessionResult> |
AWSSimpleSystemsManagementAsync.resumeSessionAsync(ResumeSessionRequest resumeSessionRequest,
AsyncHandler<ResumeSessionRequest,ResumeSessionResult> asyncHandler)
Reconnects a session to a managed node after it has been disconnected.
|
| Modifier and Type | Method and Description |
|---|---|
ResumeSessionResult |
ResumeSessionResult.clone() |
ResumeSessionResult |
ResumeSessionResult.withSessionId(String sessionId)
The ID of the session.
|
ResumeSessionResult |
ResumeSessionResult.withStreamUrl(String streamUrl)
A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and receive
output from the managed node.
|
ResumeSessionResult |
ResumeSessionResult.withTokenValue(String tokenValue)
An encrypted token value containing session and caller information.
|
Copyright © 2022. All rights reserved.