Package | Description |
---|---|
com.amazonaws.services.opsworks | |
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Method and Description |
---|---|
DescribeCommandsResult |
AbstractAWSOpsWorks.describeCommands(DescribeCommandsRequest request) |
DescribeCommandsResult |
AWSOpsWorksClient.describeCommands(DescribeCommandsRequest describeCommandsRequest)
Describes the results of specified commands.
|
DescribeCommandsResult |
AWSOpsWorks.describeCommands(DescribeCommandsRequest describeCommandsRequest)
Describes the results of specified commands.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DescribeCommandsResult> |
AbstractAWSOpsWorksAsync.describeCommandsAsync(DescribeCommandsRequest request) |
java.util.concurrent.Future<DescribeCommandsResult> |
AWSOpsWorksAsyncClient.describeCommandsAsync(DescribeCommandsRequest request) |
java.util.concurrent.Future<DescribeCommandsResult> |
AWSOpsWorksAsync.describeCommandsAsync(DescribeCommandsRequest describeCommandsRequest)
Describes the results of specified commands.
|
java.util.concurrent.Future<DescribeCommandsResult> |
AbstractAWSOpsWorksAsync.describeCommandsAsync(DescribeCommandsRequest request,
AsyncHandler<DescribeCommandsRequest,DescribeCommandsResult> asyncHandler) |
java.util.concurrent.Future<DescribeCommandsResult> |
AWSOpsWorksAsyncClient.describeCommandsAsync(DescribeCommandsRequest request,
AsyncHandler<DescribeCommandsRequest,DescribeCommandsResult> asyncHandler) |
java.util.concurrent.Future<DescribeCommandsResult> |
AWSOpsWorksAsync.describeCommandsAsync(DescribeCommandsRequest describeCommandsRequest,
AsyncHandler<DescribeCommandsRequest,DescribeCommandsResult> asyncHandler)
Describes the results of specified commands.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DescribeCommandsResult> |
AbstractAWSOpsWorksAsync.describeCommandsAsync(DescribeCommandsRequest request,
AsyncHandler<DescribeCommandsRequest,DescribeCommandsResult> asyncHandler) |
java.util.concurrent.Future<DescribeCommandsResult> |
AWSOpsWorksAsyncClient.describeCommandsAsync(DescribeCommandsRequest request,
AsyncHandler<DescribeCommandsRequest,DescribeCommandsResult> asyncHandler) |
java.util.concurrent.Future<DescribeCommandsResult> |
AWSOpsWorksAsync.describeCommandsAsync(DescribeCommandsRequest describeCommandsRequest,
AsyncHandler<DescribeCommandsRequest,DescribeCommandsResult> asyncHandler)
Describes the results of specified commands.
|
Modifier and Type | Method and Description |
---|---|
DescribeCommandsResult |
DescribeCommandsResult.clone() |
DescribeCommandsResult |
DescribeCommandsResult.withCommands(java.util.Collection<Command> commands)
An array of
Command objects that describe each of the
specified commands. |
DescribeCommandsResult |
DescribeCommandsResult.withCommands(Command... commands)
An array of
Command objects that describe each of the
specified commands. |
Modifier and Type | Method and Description |
---|---|
DescribeCommandsResult |
DescribeCommandsResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |