Uses of Class
com.amazonaws.services.opsworks.model.Command

Packages that use Command
com.amazonaws.services.opsworks.model Classes modeling the various types represented by AWSOpsWorks. 
 

Uses of Command in com.amazonaws.services.opsworks.model
 

Methods in com.amazonaws.services.opsworks.model that return Command
 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: failed successful skipped pending
 Command Command.withType(String type)
          The command type: deploy rollback start stop restart undeploy update_dependencies install_dependencies update_custom_cookbooks execute_recipes
 

Methods in com.amazonaws.services.opsworks.model that return types with arguments of type Command
 List<Command> DescribeCommandsResult.getCommands()
          An array of Command objects that describe each of the specified commands.
 

Methods in com.amazonaws.services.opsworks.model with parameters of type Command
 DescribeCommandsResult DescribeCommandsResult.withCommands(Command... commands)
          An array of Command objects that describe each of the specified commands.
 

Method parameters in com.amazonaws.services.opsworks.model with type arguments of type Command
 void DescribeCommandsResult.setCommands(Collection<Command> commands)
          An array of Command objects that describe each of the specified commands.
 DescribeCommandsResult DescribeCommandsResult.withCommands(Collection<Command> commands)
          An array of Command objects that describe each of the specified commands.
 



Copyright © 2016. All rights reserved.