| Package | Description |
|---|---|
| com.amazonaws.services.opsworks |
|
| com.amazonaws.services.opsworks.model | |
| com.amazonaws.services.opsworks.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeDeploymentsResult> |
AWSOpsWorksAsync.describeDeploymentsAsync(DescribeDeploymentsRequest describeDeploymentsRequest,
AsyncHandler<DescribeDeploymentsRequest,DescribeDeploymentsResult> asyncHandler)
Requests a description of a specified set of deployments.
|
Future<DescribeDeploymentsResult> |
AWSOpsWorksAsyncClient.describeDeploymentsAsync(DescribeDeploymentsRequest request,
AsyncHandler<DescribeDeploymentsRequest,DescribeDeploymentsResult> asyncHandler) |
Future<DescribeDeploymentsResult> |
AbstractAWSOpsWorksAsync.describeDeploymentsAsync(DescribeDeploymentsRequest request,
AsyncHandler<DescribeDeploymentsRequest,DescribeDeploymentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeDeploymentsRequest |
DescribeDeploymentsRequest.clone() |
DescribeDeploymentsRequest |
DescribeDeploymentsRequest.withAppId(String appId)
The app ID.
|
DescribeDeploymentsRequest |
DescribeDeploymentsRequest.withDeploymentIds(Collection<String> deploymentIds)
An array of deployment IDs to be described.
|
DescribeDeploymentsRequest |
DescribeDeploymentsRequest.withDeploymentIds(String... deploymentIds)
An array of deployment IDs to be described.
|
DescribeDeploymentsRequest |
DescribeDeploymentsRequest.withStackId(String stackId)
The stack ID.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeDeploymentsRequest> |
AWSOpsWorksWaiters.deploymentSuccessful()
Builds a DeploymentSuccessful waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDeploymentsResult |
DescribeDeploymentsFunction.apply(DescribeDeploymentsRequest describeDeploymentsRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2022. All rights reserved.