| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.paginators | |
| software.amazon.awssdk.services.ssm.transform |
| 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 |
|---|---|
SdkIterable<Command> |
ListCommandsPaginator.commands()
Returns an iterable to iterate through the paginated
ListCommandsResponse.commands() member. |
| Modifier and Type | Method and Description |
|---|---|
Command |
CommandUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandMarshaller.marshall(Command command,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2018. All rights reserved.