| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static ResumeSessionResponse.Builder |
ResumeSessionResponse.builder() |
ResumeSessionResponse.Builder |
ResumeSessionResponse.Builder.sessionId(String sessionId)
The ID of the session.
|
ResumeSessionResponse.Builder |
ResumeSessionResponse.Builder.streamUrl(String streamUrl)
A URL back to SSM Agent on the instance that the Session Manager client uses to send commands and receive
output from the instance.
|
ResumeSessionResponse.Builder |
ResumeSessionResponse.toBuilder() |
ResumeSessionResponse.Builder |
ResumeSessionResponse.Builder.tokenValue(String tokenValue)
An encrypted token value containing session and caller information.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResumeSessionResponse.Builder> |
ResumeSessionResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.