Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model | |
com.amazonaws.services.simplesystemsmanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<CommandInvocation> |
ListCommandInvocationsResult.commandInvocations
(Optional) A list of all invocations.
|
Modifier and Type | Method and Description |
---|---|
CommandInvocation |
CommandInvocation.clone() |
CommandInvocation |
CommandInvocation.withCommandId(java.lang.String commandId)
The command against which this invocation was requested.
|
CommandInvocation |
CommandInvocation.withCommandPlugins(java.util.Collection<CommandPlugin> commandPlugins) |
CommandInvocation |
CommandInvocation.withCommandPlugins(CommandPlugin... commandPlugins)
NOTE: This method appends the values to the existing list (if
any).
|
CommandInvocation |
CommandInvocation.withComment(java.lang.String comment)
User-specified information about the command, such as a brief description
of what the command should do.
|
CommandInvocation |
CommandInvocation.withDocumentName(java.lang.String documentName)
The document name that was requested for execution.
|
CommandInvocation |
CommandInvocation.withInstanceId(java.lang.String instanceId)
The instance ID in which this invocation was requested.
|
CommandInvocation |
CommandInvocation.withRequestedDateTime(java.util.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(java.lang.String status)
Whether or not the invocation succeeded, failed, or is pending.
|
CommandInvocation |
CommandInvocation.withTraceOutput(java.lang.String traceOutput)
Gets the trace output sent by the agent.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<CommandInvocation> commandInvocations)
(Optional) A list of all invocations.
|
ListCommandInvocationsResult |
ListCommandInvocationsResult.withCommandInvocations(java.util.Collection<CommandInvocation> commandInvocations)
(Optional) A list of all invocations.
|
Modifier and Type | Method and Description |
---|---|
CommandInvocation |
CommandInvocationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CommandInvocationJsonMarshaller.marshall(CommandInvocation commandInvocation,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|