| Package | Description | 
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model | 
| Modifier and Type | Method and Description | 
|---|---|
CommandInvocation | 
CommandInvocation.clone()  | 
CommandInvocation | 
CommandInvocation.withCommandId(String commandId)
The command against which this invocation was requested. 
 | 
CommandInvocation | 
CommandInvocation.withCommandPlugins(Collection<CommandPlugin> commandPlugins)  | 
CommandInvocation | 
CommandInvocation.withCommandPlugins(CommandPlugin... commandPlugins)
 NOTE: This method appends the values to the existing list (if
 any). 
 | 
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.withInstanceId(String instanceId)
The instance ID in which this invocation was requested. 
 | 
CommandInvocation | 
CommandInvocation.withRequestedDateTime(Date requestedDateTime)
The time and date the request was sent to this instance. 
 | 
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.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 © 2015. All rights reserved.