| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
CommandInvocation |
CommandInvocation.clone() |
CommandInvocation |
CommandInvocation.withCloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command output.
|
CommandInvocation |
CommandInvocation.withCommandId(String commandId)
The command against which this invocation was requested.
|
CommandInvocation |
CommandInvocation.withCommandPlugins(Collection<CommandPlugin> commandPlugins)
Plugins processed by the command.
|
CommandInvocation |
CommandInvocation.withCommandPlugins(CommandPlugin... commandPlugins)
Plugins processed by the command.
|
CommandInvocation |
CommandInvocation.withComment(String comment)
User-specified information about the command, such as a brief description of what the command should do.
|
CommandInvocation |
CommandInvocation.withDocumentName(String documentName)
The document name that was requested for execution.
|
CommandInvocation |
CommandInvocation.withDocumentVersion(String documentVersion)
The Systems Manager document (SSM document) version.
|
CommandInvocation |
CommandInvocation.withInstanceId(String instanceId)
The managed node ID in which this invocation was requested.
|
CommandInvocation |
CommandInvocation.withInstanceName(String instanceName)
The fully qualified host name of the managed node.
|
CommandInvocation |
CommandInvocation.withNotificationConfig(NotificationConfig notificationConfig)
Configurations for sending notifications about command status changes on a per managed node basis.
|
CommandInvocation |
CommandInvocation.withRequestedDateTime(Date requestedDateTime)
The time and date the request was sent to this managed node.
|
CommandInvocation |
CommandInvocation.withServiceRole(String serviceRole)
The Identity and Access Management (IAM) service role that Run Command, a capability of Amazon Web Services
Systems Manager, uses to act on your behalf when sending notifications about command status changes on a per
managed node basis.
|
CommandInvocation |
CommandInvocation.withStandardErrorUrl(String standardErrorUrl)
The URL to the plugin's StdErr file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was defined
for the parent command.
|
CommandInvocation |
CommandInvocation.withStandardOutputUrl(String standardOutputUrl)
The URL to the plugin's StdOut file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was defined
for the parent command.
|
CommandInvocation |
CommandInvocation.withStatus(CommandInvocationStatus status)
Whether or not the invocation succeeded, failed, or is pending.
|
CommandInvocation |
CommandInvocation.withStatus(String status)
Whether or not the invocation succeeded, failed, or is pending.
|
CommandInvocation |
CommandInvocation.withStatusDetails(String statusDetails)
A detailed status of the command execution for each invocation (each managed node targeted by the command).
|
CommandInvocation |
CommandInvocation.withTraceOutput(String traceOutput)
Gets the trace output sent by the agent.
|
| Modifier and Type | Method and Description |
|---|---|
List<CommandInvocation> |
ListCommandInvocationsResult.getCommandInvocations()
(Optional) A list of all invocations.
|
| Modifier and Type | Method and Description |
|---|---|
ListCommandInvocationsResult |
ListCommandInvocationsResult.withCommandInvocations(CommandInvocation... commandInvocations)
(Optional) A list of all invocations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCommandInvocationsResult.setCommandInvocations(Collection<CommandInvocation> commandInvocations)
(Optional) A list of all invocations.
|
ListCommandInvocationsResult |
ListCommandInvocationsResult.withCommandInvocations(Collection<CommandInvocation> commandInvocations)
(Optional) A list of all invocations.
|
Copyright © 2023. All rights reserved.