| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
Amazon Web Services Systems Manager is a collection of capabilities to help you manage your applications and
infrastructure running in the Amazon Web Services Cloud;.
|
| Modifier and Type | Method and Description |
|---|---|
default ResumeSessionResponse |
SsmClient.resumeSession(Consumer<ResumeSessionRequest.Builder> resumeSessionRequest)
Reconnects a session to a managed node after it has been disconnected.
|
default ResumeSessionResponse |
SsmClient.resumeSession(ResumeSessionRequest resumeSessionRequest)
Reconnects a session to a managed node after it has been disconnected.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ResumeSessionResponse> |
SsmAsyncClient.resumeSession(Consumer<ResumeSessionRequest.Builder> resumeSessionRequest)
Reconnects a session to a managed node after it has been disconnected.
|
default CompletableFuture<ResumeSessionResponse> |
SsmAsyncClient.resumeSession(ResumeSessionRequest resumeSessionRequest)
Reconnects a session to a managed node after it has been disconnected.
|
Copyright © 2022. All rights reserved.