Package | Description |
---|---|
com.amazonaws.services.opsworks | |
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and Description |
---|---|
Future<DescribeCommandsResult> |
AbstractAWSOpsWorksAsync.describeCommandsAsync(DescribeCommandsRequest request,
AsyncHandler<DescribeCommandsRequest,DescribeCommandsResult> asyncHandler) |
Future<DescribeCommandsResult> |
AWSOpsWorksAsync.describeCommandsAsync(DescribeCommandsRequest describeCommandsRequest,
AsyncHandler<DescribeCommandsRequest,DescribeCommandsResult> asyncHandler)
Describes the results of specified commands.
|
Future<DescribeCommandsResult> |
AWSOpsWorksAsyncClient.describeCommandsAsync(DescribeCommandsRequest request,
AsyncHandler<DescribeCommandsRequest,DescribeCommandsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeCommandsRequest |
DescribeCommandsRequest.clone() |
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 © 2018. All rights reserved.