Package | Description |
---|---|
com.amazonaws.services.opsworks |
Synchronous and asynchronous client classes for accessing AWSOpsWorks.
|
com.amazonaws.services.opsworks.model |
Classes modeling the various types represented by AWSOpsWorks.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
Future<DescribeCommandsResult> |
AWSOpsWorksAsyncClient.describeCommandsAsync(DescribeCommandsRequest describeCommandsRequest)
Describes the results of specified commands.
|
Future<DescribeCommandsResult> |
AWSOpsWorksAsync.describeCommandsAsync(DescribeCommandsRequest describeCommandsRequest)
Describes the results of specified commands.
|
Future<DescribeCommandsResult> |
AWSOpsWorksAsyncClient.describeCommandsAsync(DescribeCommandsRequest describeCommandsRequest,
AsyncHandler<DescribeCommandsRequest,DescribeCommandsResult> asyncHandler)
Describes the results of specified commands.
|
Future<DescribeCommandsResult> |
AWSOpsWorksAsync.describeCommandsAsync(DescribeCommandsRequest describeCommandsRequest,
AsyncHandler<DescribeCommandsRequest,DescribeCommandsResult> asyncHandler)
Describes the results of specified commands.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeCommandsResult> |
AWSOpsWorksAsyncClient.describeCommandsAsync(DescribeCommandsRequest describeCommandsRequest,
AsyncHandler<DescribeCommandsRequest,DescribeCommandsResult> asyncHandler)
Describes the results of specified commands.
|
Future<DescribeCommandsResult> |
AWSOpsWorksAsync.describeCommandsAsync(DescribeCommandsRequest describeCommandsRequest,
AsyncHandler<DescribeCommandsRequest,DescribeCommandsResult> asyncHandler)
Describes the results of specified commands.
|
Modifier and Type | Method and Description |
---|---|
DescribeCommandsResult |
DescribeCommandsResult.withCommands(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. |
Copyright © 2014. All rights reserved.