| 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 TerminateSessionResponse |
SsmClient.terminateSession(Consumer<TerminateSessionRequest.Builder> terminateSessionRequest)
Permanently ends a session and closes the data connection between the Session Manager client and SSM Agent on the
managed node.
|
default CompletableFuture<TerminateSessionResponse> |
SsmAsyncClient.terminateSession(Consumer<TerminateSessionRequest.Builder> terminateSessionRequest)
Permanently ends a session and closes the data connection between the Session Manager client and SSM Agent on the
managed node.
|
| Modifier and Type | Method and Description |
|---|---|
static TerminateSessionRequest.Builder |
TerminateSessionRequest.builder() |
TerminateSessionRequest.Builder |
TerminateSessionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TerminateSessionRequest.Builder |
TerminateSessionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TerminateSessionRequest.Builder |
TerminateSessionRequest.Builder.sessionId(String sessionId)
The ID of the session to terminate.
|
TerminateSessionRequest.Builder |
TerminateSessionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TerminateSessionRequest.Builder> |
TerminateSessionRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.