| 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 | |
| software.amazon.awssdk.services.ssm.waiters |
| Modifier and Type | Method and Description |
|---|---|
default GetCommandInvocationResponse |
SsmClient.getCommandInvocation(Consumer<GetCommandInvocationRequest.Builder> getCommandInvocationRequest)
Returns detailed information about command execution for an invocation or plugin.
|
default CompletableFuture<GetCommandInvocationResponse> |
SsmAsyncClient.getCommandInvocation(Consumer<GetCommandInvocationRequest.Builder> getCommandInvocationRequest)
Returns detailed information about command execution for an invocation or plugin.
|
| Modifier and Type | Method and Description |
|---|---|
static GetCommandInvocationRequest.Builder |
GetCommandInvocationRequest.builder() |
GetCommandInvocationRequest.Builder |
GetCommandInvocationRequest.Builder.commandId(String commandId)
(Required) The parent command ID of the invocation plugin.
|
GetCommandInvocationRequest.Builder |
GetCommandInvocationRequest.Builder.instanceId(String instanceId)
(Required) The ID of the managed instance targeted by the command.
|
GetCommandInvocationRequest.Builder |
GetCommandInvocationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetCommandInvocationRequest.Builder |
GetCommandInvocationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetCommandInvocationRequest.Builder |
GetCommandInvocationRequest.Builder.pluginName(String pluginName)
The name of the plugin for which you want detailed results.
|
GetCommandInvocationRequest.Builder |
GetCommandInvocationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetCommandInvocationRequest.Builder> |
GetCommandInvocationRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.