| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations 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.
|
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) |
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.
|
Future<StartSessionResult> |
AbstractAWSSimpleSystemsManagementAsync.startSessionAsync(StartSessionRequest request,
AsyncHandler<StartSessionRequest,StartSessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<StartSessionResult> |
AbstractAWSSimpleSystemsManagementAsync.startSessionAsync(StartSessionRequest request,
AsyncHandler<StartSessionRequest,StartSessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartSessionRequest |
StartSessionRequest.addParametersEntry(String key,
List<String> value)
Add a single Parameters entry
|
StartSessionRequest |
StartSessionRequest.clearParametersEntries()
Removes all the entries added into Parameters.
|
StartSessionRequest |
StartSessionRequest.clone() |
StartSessionRequest |
StartSessionRequest.withDocumentName(String documentName)
The name of the SSM document you want to use to define the type of session, input parameters, or preferences for
the session.
|
StartSessionRequest |
StartSessionRequest.withParameters(Map<String,List<String>> parameters)
The values you want to specify for the parameters defined in the Session document.
|
StartSessionRequest |
StartSessionRequest.withReason(String reason)
The reason for connecting to the instance.
|
StartSessionRequest |
StartSessionRequest.withTarget(String target)
The managed node to connect to for the session.
|
Copyright © 2023. All rights reserved.