Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Classes modeling the various types represented by AWSOpsWorks.
|
Modifier and Type | Method and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
List<Command> |
DescribeCommandsResult.getCommands()
An array of
Command objects that describe each of the
specified commands. |
Modifier and Type | Method and Description |
---|---|
DescribeCommandsResult |
DescribeCommandsResult.withCommands(Command... commands)
An array of
Command objects that describe each of the
specified commands. |
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.