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.
|
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 |
---|---|
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.
|
Copyright © 2014. All rights reserved.