Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.Command
Packages that use Command
-
Uses of Command in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return CommandModifier and TypeMethodDescriptionCommand.addParametersEntry
(String key, List<String> value) Command.clearParametersEntries()
Removes all the entries added into Parameters.Command.clone()
SendCommandResult.getCommand()
The request as it was received by SSM.Command.withCommandId
(String commandId) A unique identifier for this command.Command.withComment
(String comment) User-specified information about the command, such as a brief description of what the command should do.Command.withDocumentName
(String documentName) The name of the SSM document requested for execution.Command.withExpiresAfter
(Date expiresAfter) If this time is reached and the command has not already started executing, it will not execute.Command.withInstanceIds
(String... instanceIds) The instance IDs against which this command was requested.Command.withInstanceIds
(Collection<String> instanceIds) The instance IDs against which this command was requested.Command.withOutputS3BucketName
(String outputS3BucketName) The S3 bucket where the responses to the command executions should be stored.Command.withOutputS3KeyPrefix
(String outputS3KeyPrefix) The S3 directory path inside the bucket where the responses to the command executions should be stored.Command.withParameters
(Map<String, List<String>> parameters) The parameter values to be inserted in the SSM document when executing the command.Command.withRequestedDateTime
(Date requestedDateTime) The date and time the command was requested.Command.withStatus
(CommandStatus status) The status of the command.Command.withStatus
(String status) The status of the command.Methods in com.amazonaws.services.simplesystemsmanagement.model that return types with arguments of type CommandModifier and TypeMethodDescriptionListCommandsResult.getCommands()
(Optional) The list of commands requested by the user.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type CommandModifier and TypeMethodDescriptionvoid
SendCommandResult.setCommand
(Command command) The request as it was received by SSM.SendCommandResult.withCommand
(Command command) The request as it was received by SSM.ListCommandsResult.withCommands
(Command... commands) (Optional) The list of commands requested by the user.Method parameters in com.amazonaws.services.simplesystemsmanagement.model with type arguments of type CommandModifier and TypeMethodDescriptionvoid
ListCommandsResult.setCommands
(Collection<Command> commands) (Optional) The list of commands requested by the user.ListCommandsResult.withCommands
(Collection<Command> commands) (Optional) The list of commands requested by the user.