| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and Description |
|---|---|
Command |
SendCommandResponse.command()
The request as it was received by Systems Manager.
|
| Modifier and Type | Method and Description |
|---|---|
List<Command> |
ListCommandsResponse.commands()
(Optional) The list of commands requested by the user.
|
| Modifier and Type | Method and Description |
|---|---|
SendCommandResponse.Builder |
SendCommandResponse.Builder.command(Command command)
The request as it was received by Systems Manager.
|
ListCommandsResponse.Builder |
ListCommandsResponse.Builder.commands(Command... commands)
(Optional) The list of commands requested by the user.
|
| Modifier and Type | Method and Description |
|---|---|
ListCommandsResponse.Builder |
ListCommandsResponse.Builder.commands(Collection<Command> commands)
(Optional) The list of commands requested by the user.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Command> |
ListCommandsPublisher.commands()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Command> |
ListCommandsIterable.commands()
Returns an iterable to iterate through the paginated
ListCommandsResponse.commands() member. |
Copyright © 2019. All rights reserved.