static ListCommandExecutionsRequest.Builder |
ListCommandExecutionsRequest.builder() |
|
ListCommandExecutionsRequest.Builder |
ListCommandExecutionsRequest.Builder.commandArn(String commandArn) |
The Amazon Resource Number (ARN) of the command.
|
default ListCommandExecutionsRequest.Builder |
ListCommandExecutionsRequest.Builder.completedTimeFilter(Consumer<TimeFilter.Builder> completedTimeFilter) |
List all command executions that completed any time before or after the date and time that you specify.
|
ListCommandExecutionsRequest.Builder |
ListCommandExecutionsRequest.Builder.completedTimeFilter(TimeFilter completedTimeFilter) |
List all command executions that completed any time before or after the date and time that you specify.
|
ListCommandExecutionsRequest.Builder |
ListCommandExecutionsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of results to return in this operation.
|
ListCommandExecutionsRequest.Builder |
ListCommandExecutionsRequest.Builder.namespace(String namespace) |
The namespace of the command.
|
ListCommandExecutionsRequest.Builder |
ListCommandExecutionsRequest.Builder.namespace(CommandNamespace namespace) |
The namespace of the command.
|
ListCommandExecutionsRequest.Builder |
ListCommandExecutionsRequest.Builder.nextToken(String nextToken) |
To retrieve the next set of results, the nextToken value from a previous response; otherwise
null to receive the first set of results.
|
ListCommandExecutionsRequest.Builder |
ListCommandExecutionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListCommandExecutionsRequest.Builder |
ListCommandExecutionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListCommandExecutionsRequest.Builder |
ListCommandExecutionsRequest.Builder.sortOrder(String sortOrder) |
Specify whether to list the command executions that were created in the ascending or descending order.
|
ListCommandExecutionsRequest.Builder |
ListCommandExecutionsRequest.Builder.sortOrder(SortOrder sortOrder) |
Specify whether to list the command executions that were created in the ascending or descending order.
|
default ListCommandExecutionsRequest.Builder |
ListCommandExecutionsRequest.Builder.startedTimeFilter(Consumer<TimeFilter.Builder> startedTimeFilter) |
List all command executions that started any time before or after the date and time that you specify.
|
ListCommandExecutionsRequest.Builder |
ListCommandExecutionsRequest.Builder.startedTimeFilter(TimeFilter startedTimeFilter) |
List all command executions that started any time before or after the date and time that you specify.
|
ListCommandExecutionsRequest.Builder |
ListCommandExecutionsRequest.Builder.status(String status) |
List all command executions for the device that have a particular status.
|
ListCommandExecutionsRequest.Builder |
ListCommandExecutionsRequest.Builder.status(CommandExecutionStatus status) |
List all command executions for the device that have a particular status.
|
ListCommandExecutionsRequest.Builder |
ListCommandExecutionsRequest.Builder.targetArn(String targetArn) |
The Amazon Resource Number (ARN) of the target device.
|
ListCommandExecutionsRequest.Builder |
ListCommandExecutionsRequest.toBuilder() |
|