Uses of Class
com.amazonaws.services.opsworks.model.Command
Packages that use Command
-
Uses of Command in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return CommandModifier and TypeMethodDescriptionCommand.clone()
Command.withAcknowledgedAt
(String acknowledgedAt) Date and time when the command was acknowledged.Command.withCommandId
(String commandId) The command ID.Command.withCompletedAt
(String completedAt) Date when the command completed.Command.withCreatedAt
(String createdAt) Date and time when the command was run.Command.withDeploymentId
(String deploymentId) The command deployment ID.Command.withExitCode
(Integer exitCode) The command exit code.Command.withInstanceId
(String instanceId) The ID of the instance where the command was executed.Command.withLogUrl
(String logUrl) The URL of the command log.Command.withStatus
(String status) The command status:The command type:Methods in com.amazonaws.services.opsworks.model that return types with arguments of type CommandModifier and TypeMethodDescriptionDescribeCommandsResult.getCommands()
An array ofCommand
objects that describe each of the specified commands.Methods in com.amazonaws.services.opsworks.model with parameters of type CommandModifier and TypeMethodDescriptionDescribeCommandsResult.withCommands
(Command... commands) An array ofCommand
objects that describe each of the specified commands.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type CommandModifier and TypeMethodDescriptionvoid
DescribeCommandsResult.setCommands
(Collection<Command> commands) An array ofCommand
objects that describe each of the specified commands.DescribeCommandsResult.withCommands
(Collection<Command> commands) An array ofCommand
objects that describe each of the specified commands.