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