|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DescribeCommandsRequest | |
---|---|
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. |
Uses of DescribeCommandsRequest in com.amazonaws.services.opsworks |
---|
Methods in com.amazonaws.services.opsworks with parameters of type DescribeCommandsRequest | |
---|---|
DescribeCommandsResult |
AWSOpsWorksClient.describeCommands(DescribeCommandsRequest describeCommandsRequest)
Describes the results of specified commands. |
DescribeCommandsResult |
AWSOpsWorks.describeCommands(DescribeCommandsRequest describeCommandsRequest)
Describes the results of specified commands. |
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. |
Method parameters in com.amazonaws.services.opsworks with type arguments of type DescribeCommandsRequest | |
---|---|
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. |
Uses of DescribeCommandsRequest in com.amazonaws.services.opsworks.model |
---|
Methods in com.amazonaws.services.opsworks.model that return DescribeCommandsRequest | |
---|---|
DescribeCommandsRequest |
DescribeCommandsRequest.withCommandIds(Collection<String> commandIds)
An array of command IDs. |
DescribeCommandsRequest |
DescribeCommandsRequest.withCommandIds(String... commandIds)
An array of command IDs. |
DescribeCommandsRequest |
DescribeCommandsRequest.withDeploymentId(String deploymentId)
The deployment ID. |
DescribeCommandsRequest |
DescribeCommandsRequest.withInstanceId(String instanceId)
The instance ID. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |