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 CommandInvocationCommandInvocation. clone()CommandInvocationCommandInvocation. withCommandId(String commandId)The command against which this invocation was requested.CommandInvocationCommandInvocation. withCommandPlugins(CommandPlugin... commandPlugins)NOTE: This method appends the values to the existing list (if any).CommandInvocationCommandInvocation. withCommandPlugins(Collection<CommandPlugin> commandPlugins)CommandInvocationCommandInvocation. withComment(String comment)User-specified information about the command, such as a brief description of what the command should do.CommandInvocationCommandInvocation. withDocumentName(String documentName)The document name that was requested for execution.CommandInvocationCommandInvocation. withInstanceId(String instanceId)The instance ID in which this invocation was requested.CommandInvocationCommandInvocation. withRequestedDateTime(Date requestedDateTime)The time and date the request was sent to this instance.CommandInvocationCommandInvocation. withStatus(CommandInvocationStatus status)Whether or not the invocation succeeded, failed, or is pending.CommandInvocationCommandInvocation. withStatus(String status)Whether or not the invocation succeeded, failed, or is pending.CommandInvocationCommandInvocation. 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 ListCommandInvocationsResultListCommandInvocationsResult. 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 voidListCommandInvocationsResult. setCommandInvocations(Collection<CommandInvocation> commandInvocations)(Optional) A list of all invocations.ListCommandInvocationsResultListCommandInvocationsResult. withCommandInvocations(Collection<CommandInvocation> commandInvocations)(Optional) A list of all invocations.
-