| 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 |
AWSSimpleSystemsManagement.startSession(StartSessionRequest startSessionRequest)
Initiates a connection to a target (for example, an instance) for a Session Manager session.
|
StartSessionResult |
AWSSimpleSystemsManagementClient.startSession(StartSessionRequest request)
Initiates a connection to a target (for example, an instance) for a Session Manager session.
|
Future<StartSessionResult> |
AWSSimpleSystemsManagementAsync.startSessionAsync(StartSessionRequest startSessionRequest)
Initiates a connection to a target (for example, an instance) for a Session Manager session.
|
Future<StartSessionResult> |
AbstractAWSSimpleSystemsManagementAsync.startSessionAsync(StartSessionRequest request) |
Future<StartSessionResult> |
AWSSimpleSystemsManagementAsyncClient.startSessionAsync(StartSessionRequest request) |
Future<StartSessionResult> |
AWSSimpleSystemsManagementAsync.startSessionAsync(StartSessionRequest startSessionRequest,
AsyncHandler<StartSessionRequest,StartSessionResult> asyncHandler)
Initiates a connection to a target (for example, an instance) 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) |
| Modifier and Type | Method and Description |
|---|---|
Future<StartSessionResult> |
AWSSimpleSystemsManagementAsync.startSessionAsync(StartSessionRequest startSessionRequest,
AsyncHandler<StartSessionRequest,StartSessionResult> asyncHandler)
Initiates a connection to a target (for example, an instance) 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) |
| 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 to define the parameters and plugin settings for the session.
|
StartSessionRequest |
StartSessionRequest.withParameters(Map<String,List<String>> parameters)
Reserved for future use.
|
StartSessionRequest |
StartSessionRequest.withTarget(String target)
The instance to connect to for the session.
|
Copyright © 2021. All rights reserved.