| Package | Description |
|---|---|
| com.amazonaws.services.opsworks |
|
| com.amazonaws.services.opsworks.model | |
| com.amazonaws.services.opsworks.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeAppsResult> |
AbstractAWSOpsWorksAsync.describeAppsAsync(DescribeAppsRequest request,
AsyncHandler<DescribeAppsRequest,DescribeAppsResult> asyncHandler) |
Future<DescribeAppsResult> |
AWSOpsWorksAsyncClient.describeAppsAsync(DescribeAppsRequest request,
AsyncHandler<DescribeAppsRequest,DescribeAppsResult> asyncHandler) |
Future<DescribeAppsResult> |
AWSOpsWorksAsync.describeAppsAsync(DescribeAppsRequest describeAppsRequest,
AsyncHandler<DescribeAppsRequest,DescribeAppsResult> asyncHandler)
Requests a description of a specified set of apps.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAppsRequest |
DescribeAppsRequest.clone() |
DescribeAppsRequest |
DescribeAppsRequest.withAppIds(Collection<String> appIds)
An array of app IDs for the apps to be described.
|
DescribeAppsRequest |
DescribeAppsRequest.withAppIds(String... appIds)
An array of app IDs for the apps to be described.
|
DescribeAppsRequest |
DescribeAppsRequest.withStackId(String stackId)
The app stack ID.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeAppsRequest> |
AWSOpsWorksWaiters.appExists()
Builds a AppExists 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 |
|---|---|
DescribeAppsResult |
DescribeAppsFunction.apply(DescribeAppsRequest describeAppsRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2023. All rights reserved.