| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
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.
|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
default StartSessionResponse |
SsmClient.startSession(Consumer<StartSessionRequest.Builder> startSessionRequest)
Initiates a connection to a target (for example, a managed node) for a Session Manager session.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static StartSessionRequest.Builder |
StartSessionRequest.builder() |
StartSessionRequest.Builder |
StartSessionRequest.Builder.documentName(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.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)
The values you want to specify for the parameters defined in the Session document.
|
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 © 2023. All rights reserved.