Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.CommandInvocation
Packages that use CommandInvocation
-
Uses of CommandInvocation in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return CommandInvocationModifier and TypeMethodDescriptionCommandInvocation.clone()
CommandInvocation.withCommandId
(String commandId) The command against which this invocation was requested.CommandInvocation.withCommandPlugins
(CommandPlugin... commandPlugins) NOTE: This method appends the values to the existing list (if any).CommandInvocation.withCommandPlugins
(Collection<CommandPlugin> commandPlugins) CommandInvocation.withComment
(String comment) User-specified information about the command, such as a brief description of what the command should do.CommandInvocation.withDocumentName
(String documentName) The document name that was requested for execution.CommandInvocation.withInstanceId
(String instanceId) The instance ID in which this invocation was requested.CommandInvocation.withRequestedDateTime
(Date requestedDateTime) The time and date the request was sent to this instance.CommandInvocation.withStatus
(CommandInvocationStatus status) Whether or not the invocation succeeded, failed, or is pending.CommandInvocation.withStatus
(String status) Whether or not the invocation succeeded, failed, or is pending.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 CommandInvocationModifier and TypeMethodDescriptionListCommandInvocationsResult.getCommandInvocations()
(Optional) A list of all invocations.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type CommandInvocationModifier and TypeMethodDescriptionListCommandInvocationsResult.withCommandInvocations
(CommandInvocation... commandInvocations) (Optional) A list of all invocations.Method parameters in com.amazonaws.services.simplesystemsmanagement.model with type arguments of type CommandInvocationModifier and TypeMethodDescriptionvoid
ListCommandInvocationsResult.setCommandInvocations
(Collection<CommandInvocation> commandInvocations) (Optional) A list of all invocations.ListCommandInvocationsResult.withCommandInvocations
(Collection<CommandInvocation> commandInvocations) (Optional) A list of all invocations.