| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static ListCommandInvocationsResponse.Builder |
ListCommandInvocationsResponse.builder() |
ListCommandInvocationsResponse.Builder |
ListCommandInvocationsResponse.Builder.commandInvocations(Collection<CommandInvocation> commandInvocations)
(Optional) A list of all invocations.
|
ListCommandInvocationsResponse.Builder |
ListCommandInvocationsResponse.Builder.commandInvocations(CommandInvocation... commandInvocations)
(Optional) A list of all invocations.
|
ListCommandInvocationsResponse.Builder |
ListCommandInvocationsResponse.Builder.nextToken(String nextToken)
(Optional) The token for the next set of items to return.
|
ListCommandInvocationsResponse.Builder |
ListCommandInvocationsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCommandInvocationsResponse.Builder> |
ListCommandInvocationsResponse.serializableBuilderClass() |
Copyright © 2017. All rights reserved.