| 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 |
|---|---|
StartSessionResult |
AbstractAWSSimpleSystemsManagement.startSession(StartSessionRequest request) |
StartSessionResult |
AWSSimpleSystemsManagementClient.startSession(StartSessionRequest request)
Initiates a connection to a target (for example, a managed node) for a Session Manager session.
|
StartSessionResult |
AWSSimpleSystemsManagement.startSession(StartSessionRequest startSessionRequest)
Initiates a connection to a target (for example, a managed node) for a Session Manager session.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartSessionResult> |
AbstractAWSSimpleSystemsManagementAsync.startSessionAsync(StartSessionRequest request) |
Future<StartSessionResult> |
AWSSimpleSystemsManagementAsyncClient.startSessionAsync(StartSessionRequest request) |
Future<StartSessionResult> |
AWSSimpleSystemsManagementAsync.startSessionAsync(StartSessionRequest startSessionRequest)
Initiates a connection to a target (for example, a managed node) for a Session Manager session.
|
Future<StartSessionResult> |
AbstractAWSSimpleSystemsManagementAsync.startSessionAsync(StartSessionRequest request,
AsyncHandler<StartSessionRequest,StartSessionResult> asyncHandler) |
Future<StartSessionResult> |
AWSSimpleSystemsManagementAsyncClient.startSessionAsync(StartSessionRequest request,
AsyncHandler<StartSessionRequest,StartSessionResult> asyncHandler) |
Future<StartSessionResult> |
AWSSimpleSystemsManagementAsync.startSessionAsync(StartSessionRequest startSessionRequest,
AsyncHandler<StartSessionRequest,StartSessionResult> asyncHandler)
Initiates a connection to a target (for example, a managed node) for a Session Manager session.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartSessionResult> |
AbstractAWSSimpleSystemsManagementAsync.startSessionAsync(StartSessionRequest request,
AsyncHandler<StartSessionRequest,StartSessionResult> asyncHandler) |
Future<StartSessionResult> |
AWSSimpleSystemsManagementAsyncClient.startSessionAsync(StartSessionRequest request,
AsyncHandler<StartSessionRequest,StartSessionResult> asyncHandler) |
Future<StartSessionResult> |
AWSSimpleSystemsManagementAsync.startSessionAsync(StartSessionRequest startSessionRequest,
AsyncHandler<StartSessionRequest,StartSessionResult> asyncHandler)
Initiates a connection to a target (for example, a managed node) for a Session Manager session.
|
| Modifier and Type | Method and Description |
|---|---|
StartSessionResult |
StartSessionResult.clone() |
StartSessionResult |
StartSessionResult.withSessionId(String sessionId)
The ID of the session.
|
StartSessionResult |
StartSessionResult.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 node.
|
StartSessionResult |
StartSessionResult.withTokenValue(String tokenValue)
An encrypted token value containing session and caller information.
|
Copyright © 2022. All rights reserved.