Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.CommandInvocation
-
Packages that use CommandInvocation Package Description com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of CommandInvocation in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return CommandInvocation Modifier and Type Method Description CommandInvocation
CommandInvocation. clone()
CommandInvocation
CommandInvocation. withCommandId(String commandId)
The command against which this invocation was requested.CommandInvocation
CommandInvocation. withCommandPlugins(CommandPlugin... commandPlugins)
NOTE: This method appends the values to the existing list (if any).CommandInvocation
CommandInvocation. withCommandPlugins(Collection<CommandPlugin> commandPlugins)
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.Methods in com.amazonaws.services.simplesystemsmanagement.model that return types with arguments of type CommandInvocation Modifier and Type Method Description List<CommandInvocation>
ListCommandInvocationsResult. getCommandInvocations()
(Optional) A list of all invocations.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type CommandInvocation Modifier and Type Method Description ListCommandInvocationsResult
ListCommandInvocationsResult. withCommandInvocations(CommandInvocation... commandInvocations)
(Optional) A list of all invocations.Method parameters in com.amazonaws.services.simplesystemsmanagement.model with type arguments of type CommandInvocation Modifier and Type Method 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.
-