Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
Session |
Session.clone() |
Session |
ExecuteCommandResult.getSession()
The details of the SSM session that was created for this instance of execute-command.
|
Session |
Session.withSessionId(String sessionId)
The ID of the execute command session.
|
Session |
Session.withStreamUrl(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 |
Session.withTokenValue(String tokenValue)
An encrypted token value containing session and caller information.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecuteCommandResult.setSession(Session session)
The details of the SSM session that was created for this instance of execute-command.
|
ExecuteCommandResult |
ExecuteCommandResult.withSession(Session session)
The details of the SSM session that was created for this instance of execute-command.
|
Copyright © 2021. All rights reserved.