Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Command> |
DescribeCommandsResult.commands
An array of
Command objects that describe each of the
specified commands. |
Modifier and Type | Method and Description |
---|---|
Command |
Command.clone() |
Command |
Command.withAcknowledgedAt(java.lang.String acknowledgedAt)
Date and time when the command was acknowledged.
|
Command |
Command.withCommandId(java.lang.String commandId)
The command ID.
|
Command |
Command.withCompletedAt(java.lang.String completedAt)
Date when the command completed.
|
Command |
Command.withCreatedAt(java.lang.String createdAt)
Date and time when the command was run.
|
Command |
Command.withDeploymentId(java.lang.String deploymentId)
The command deployment ID.
|
Command |
Command.withExitCode(java.lang.Integer exitCode)
The command exit code.
|
Command |
Command.withInstanceId(java.lang.String instanceId)
The ID of the instance where the command was executed.
|
Command |
Command.withLogUrl(java.lang.String logUrl)
The URL of the command log.
|
Command |
Command.withStatus(java.lang.String status)
The command status:
|
Command |
Command.withType(java.lang.String type)
The command type:
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Command> commands)
An array of
Command objects that describe each of the
specified commands. |
DescribeCommandsResult |
DescribeCommandsResult.withCommands(java.util.Collection<Command> commands)
An array of
Command objects that describe each of the
specified commands. |
Modifier and Type | Method and Description |
---|---|
Command |
CommandJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CommandJsonMarshaller.marshall(Command command,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|