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