| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static ListCommandsResponse.Builder |
ListCommandsResponse.builder() |
ListCommandsResponse.Builder |
ListCommandsResponse.Builder.commands(Collection<Command> commands)
(Optional) The list of commands requested by the user.
|
ListCommandsResponse.Builder |
ListCommandsResponse.Builder.commands(Command... commands)
(Optional) The list of commands requested by the user.
|
ListCommandsResponse.Builder |
ListCommandsResponse.Builder.commands(Consumer<Command.Builder>... commands)
(Optional) The list of commands requested by the user.
|
ListCommandsResponse.Builder |
ListCommandsResponse.Builder.nextToken(String nextToken)
(Optional) The token for the next set of items to return.
|
ListCommandsResponse.Builder |
ListCommandsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCommandsResponse.Builder> |
ListCommandsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.