| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static StartSessionResponse.Builder |
StartSessionResponse.builder() |
StartSessionResponse.Builder |
StartSessionResponse.Builder.sessionId(String sessionId)
The ID of the session.
|
StartSessionResponse.Builder |
StartSessionResponse.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.
|
StartSessionResponse.Builder |
StartSessionResponse.toBuilder() |
StartSessionResponse.Builder |
StartSessionResponse.Builder.tokenValue(String tokenValue)
An encrypted token value containing session and caller information.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartSessionResponse.Builder> |
StartSessionResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.