Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement |
|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
ResumeSessionResult |
AWSSimpleSystemsManagement.resumeSession(ResumeSessionRequest resumeSessionRequest)
Reconnects a session to an instance after it has been disconnected.
|
ResumeSessionResult |
AbstractAWSSimpleSystemsManagement.resumeSession(ResumeSessionRequest request) |
ResumeSessionResult |
AWSSimpleSystemsManagementClient.resumeSession(ResumeSessionRequest request)
Reconnects a session to an instance after it has been disconnected.
|
Modifier and Type | Method and Description |
---|---|
Future<ResumeSessionResult> |
AWSSimpleSystemsManagementAsync.resumeSessionAsync(ResumeSessionRequest resumeSessionRequest)
Reconnects a session to an instance after it has been disconnected.
|
Future<ResumeSessionResult> |
AbstractAWSSimpleSystemsManagementAsync.resumeSessionAsync(ResumeSessionRequest request) |
Future<ResumeSessionResult> |
AWSSimpleSystemsManagementAsyncClient.resumeSessionAsync(ResumeSessionRequest request) |
Future<ResumeSessionResult> |
AWSSimpleSystemsManagementAsync.resumeSessionAsync(ResumeSessionRequest resumeSessionRequest,
AsyncHandler<ResumeSessionRequest,ResumeSessionResult> asyncHandler)
Reconnects a session to an instance 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) |
Modifier and Type | Method and Description |
---|---|
Future<ResumeSessionResult> |
AWSSimpleSystemsManagementAsync.resumeSessionAsync(ResumeSessionRequest resumeSessionRequest,
AsyncHandler<ResumeSessionRequest,ResumeSessionResult> asyncHandler)
Reconnects a session to an instance 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) |
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 instance that the Session Manager client uses to send commands and receive output
from the instance.
|
ResumeSessionResult |
ResumeSessionResult.withTokenValue(String tokenValue)
An encrypted token value containing session and caller information.
|
Copyright © 2020. All rights reserved.