| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
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.
|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartSessionResponse> |
SsmAsyncClient.startSession(Consumer<StartSessionRequest.Builder> startSessionRequest)
Initiates a connection to a target (for example, a managed node) for a Session Manager session.
|
default StartSessionResponse |
SsmClient.startSession(Consumer<StartSessionRequest.Builder> startSessionRequest)
Initiates a connection to a target (for example, a managed node) for a Session Manager session.
|
| Modifier and Type | Method and Description |
|---|---|
static StartSessionRequest.Builder |
StartSessionRequest.builder() |
StartSessionRequest.Builder |
StartSessionRequest.Builder.documentName(String documentName)
The name of the SSM document to define the parameters and plugin settings for the session.
|
StartSessionRequest.Builder |
StartSessionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartSessionRequest.Builder |
StartSessionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartSessionRequest.Builder |
StartSessionRequest.Builder.parameters(Map<String,? extends Collection<String>> parameters)
Reserved for future use.
|
StartSessionRequest.Builder |
StartSessionRequest.Builder.reason(String reason)
The reason for connecting to the instance.
|
StartSessionRequest.Builder |
StartSessionRequest.Builder.target(String target)
The managed node to connect to for the session.
|
StartSessionRequest.Builder |
StartSessionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartSessionRequest.Builder> |
StartSessionRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.