| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
default ListCommandInvocationsResponse |
SsmClient.listCommandInvocations(Consumer<ListCommandInvocationsRequest.Builder> listCommandInvocationsRequest)
An invocation is copy of a command sent to a specific managed node.
|
default CompletableFuture<ListCommandInvocationsResponse> |
SsmAsyncClient.listCommandInvocations(Consumer<ListCommandInvocationsRequest.Builder> listCommandInvocationsRequest)
An invocation is copy of a command sent to a specific managed node.
|
default ListCommandInvocationsIterable |
SsmClient.listCommandInvocationsPaginator(Consumer<ListCommandInvocationsRequest.Builder> listCommandInvocationsRequest)
An invocation is copy of a command sent to a specific managed node.
|
default ListCommandInvocationsPublisher |
SsmAsyncClient.listCommandInvocationsPaginator(Consumer<ListCommandInvocationsRequest.Builder> listCommandInvocationsRequest)
An invocation is copy of a command sent to a specific managed node.
|
| Modifier and Type | Method and Description |
|---|---|
static ListCommandInvocationsRequest.Builder |
ListCommandInvocationsRequest.builder() |
ListCommandInvocationsRequest.Builder |
ListCommandInvocationsRequest.Builder.commandId(String commandId)
(Optional) The invocations for a specific command ID.
|
ListCommandInvocationsRequest.Builder |
ListCommandInvocationsRequest.Builder.details(Boolean details)
(Optional) If set this returns the response of the command executions and any command output.
|
ListCommandInvocationsRequest.Builder |
ListCommandInvocationsRequest.Builder.filters(Collection<CommandFilter> filters)
(Optional) One or more filters.
|
ListCommandInvocationsRequest.Builder |
ListCommandInvocationsRequest.Builder.filters(CommandFilter... filters)
(Optional) One or more filters.
|
ListCommandInvocationsRequest.Builder |
ListCommandInvocationsRequest.Builder.filters(Consumer<CommandFilter.Builder>... filters)
(Optional) One or more filters.
|
ListCommandInvocationsRequest.Builder |
ListCommandInvocationsRequest.Builder.instanceId(String instanceId)
(Optional) The command execution details for a specific managed node ID.
|
ListCommandInvocationsRequest.Builder |
ListCommandInvocationsRequest.Builder.maxResults(Integer maxResults)
(Optional) The maximum number of items to return for this call.
|
ListCommandInvocationsRequest.Builder |
ListCommandInvocationsRequest.Builder.nextToken(String nextToken)
(Optional) The token for the next set of items to return.
|
ListCommandInvocationsRequest.Builder |
ListCommandInvocationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCommandInvocationsRequest.Builder |
ListCommandInvocationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCommandInvocationsRequest.Builder |
ListCommandInvocationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCommandInvocationsRequest.Builder> |
ListCommandInvocationsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.