Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model | |
com.amazonaws.services.simplesystemsmanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private Command |
SendCommandResult.command
The request as it was received by SSM.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Command> |
ListCommandsResult.commands
(Optional) The list of commands requested by the user.
|
Modifier and Type | Method and Description |
---|---|
Command |
Command.addParametersEntry(java.lang.String key,
java.util.List<java.lang.String> value) |
Command |
Command.clearParametersEntries()
Removes all the entries added into Parameters.
|
Command |
Command.clone() |
Command |
SendCommandResult.getCommand()
The request as it was received by SSM.
|
Command |
Command.withCommandId(java.lang.String commandId)
A unique identifier for this command.
|
Command |
Command.withComment(java.lang.String comment)
User-specified information about the command, such as a brief description
of what the command should do.
|
Command |
Command.withDocumentName(java.lang.String documentName)
The name of the SSM document requested for execution.
|
Command |
Command.withExpiresAfter(java.util.Date expiresAfter)
If this time is reached and the command has not already started
executing, it will not execute.
|
Command |
Command.withInstanceIds(java.util.Collection<java.lang.String> instanceIds)
The instance IDs against which this command was requested.
|
Command |
Command.withInstanceIds(java.lang.String... instanceIds)
The instance IDs against which this command was requested.
|
Command |
Command.withOutputS3BucketName(java.lang.String outputS3BucketName)
The S3 bucket where the responses to the command executions should be
stored.
|
Command |
Command.withOutputS3KeyPrefix(java.lang.String outputS3KeyPrefix)
The S3 directory path inside the bucket where the responses to the
command executions should be stored.
|
Command |
Command.withParameters(java.util.Map<java.lang.String,java.util.List<java.lang.String>> parameters)
The parameter values to be inserted in the SSM document when executing
the command.
|
Command |
Command.withRequestedDateTime(java.util.Date requestedDateTime)
The date and time the command was requested.
|
Command |
Command.withStatus(CommandStatus status)
The status of the command.
|
Command |
Command.withStatus(java.lang.String status)
The status of the command.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Command> |
ListCommandsResult.getCommands()
(Optional) The list of commands requested by the user.
|
Modifier and Type | Method and Description |
---|---|
void |
SendCommandResult.setCommand(Command command)
The request as it was received by SSM.
|
SendCommandResult |
SendCommandResult.withCommand(Command command)
The request as it was received by SSM.
|
ListCommandsResult |
ListCommandsResult.withCommands(Command... commands)
(Optional) The list of commands requested by the user.
|
Modifier and Type | Method and Description |
---|---|
void |
ListCommandsResult.setCommands(java.util.Collection<Command> commands)
(Optional) The list of commands requested by the user.
|
ListCommandsResult |
ListCommandsResult.withCommands(java.util.Collection<Command> commands)
(Optional) The list of commands requested by the user.
|
Modifier and Type | Method and Description |
---|---|
Command |
CommandJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CommandJsonMarshaller.marshall(Command command,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|