| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static Session.Builder |
Session.builder() |
Session.Builder |
Session.Builder.sessionId(String sessionId)
The ID of the execute command session.
|
Session.Builder |
Session.Builder.streamUrl(String streamUrl)
A URL back to managed agent on the container that the SSM Session Manager client uses to send commands and
receive output from the container.
|
Session.Builder |
Session.toBuilder() |
Session.Builder |
Session.Builder.tokenValue(String tokenValue)
An encrypted token value containing session and caller information.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Session.Builder> |
Session.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ExecuteCommandResponse.Builder |
ExecuteCommandResponse.Builder.session(Consumer<Session.Builder> session)
The details of the SSM session that was created for this instance of execute-command.
|
Copyright © 2021. All rights reserved.