| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworks |
|
| software.amazon.awssdk.services.opsworks.waiters |
| Modifier and Type | Method and Description |
|---|---|
default DescribeAppsResponse |
OpsWorksClient.describeApps(Consumer<DescribeAppsRequest.Builder> describeAppsRequest)
Requests a description of a specified set of apps.
|
default DescribeAppsResponse |
OpsWorksClient.describeApps(DescribeAppsRequest describeAppsRequest)
Requests a description of a specified set of apps.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeAppsResponse> |
OpsWorksAsyncClient.describeApps(Consumer<DescribeAppsRequest.Builder> describeAppsRequest)
Requests a description of a specified set of apps.
|
default CompletableFuture<DescribeAppsResponse> |
OpsWorksAsyncClient.describeApps(DescribeAppsRequest describeAppsRequest)
Requests a description of a specified set of apps.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<WaiterResponse<DescribeAppsResponse>> |
OpsWorksAsyncWaiter.waitUntilAppExists(Consumer<DescribeAppsRequest.Builder> describeAppsRequest)
Polls
OpsWorksAsyncClient.describeApps(software.amazon.awssdk.services.opsworks.model.DescribeAppsRequest) API until the desired condition AppExists is met, or until
it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeAppsResponse> |
OpsWorksWaiter.waitUntilAppExists(Consumer<DescribeAppsRequest.Builder> describeAppsRequest)
Polls
OpsWorksClient.describeApps(software.amazon.awssdk.services.opsworks.model.DescribeAppsRequest) API until the desired condition AppExists is met, or until it
is determined that the resource will never enter into the desired state. |
default CompletableFuture<WaiterResponse<DescribeAppsResponse>> |
OpsWorksAsyncWaiter.waitUntilAppExists(Consumer<DescribeAppsRequest.Builder> describeAppsRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
OpsWorksAsyncClient.describeApps(software.amazon.awssdk.services.opsworks.model.DescribeAppsRequest) API until the desired condition AppExists is met, or until
it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeAppsResponse> |
OpsWorksWaiter.waitUntilAppExists(Consumer<DescribeAppsRequest.Builder> describeAppsRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
OpsWorksClient.describeApps(software.amazon.awssdk.services.opsworks.model.DescribeAppsRequest) API until the desired condition AppExists is met, or until it
is determined that the resource will never enter into the desired state. |
default CompletableFuture<WaiterResponse<DescribeAppsResponse>> |
OpsWorksAsyncWaiter.waitUntilAppExists(DescribeAppsRequest describeAppsRequest)
Polls
OpsWorksAsyncClient.describeApps(software.amazon.awssdk.services.opsworks.model.DescribeAppsRequest) API until the desired condition AppExists is met, or until
it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeAppsResponse> |
OpsWorksWaiter.waitUntilAppExists(DescribeAppsRequest describeAppsRequest)
Polls
OpsWorksClient.describeApps(software.amazon.awssdk.services.opsworks.model.DescribeAppsRequest) API until the desired condition AppExists is met, or until it
is determined that the resource will never enter into the desired state |
default CompletableFuture<WaiterResponse<DescribeAppsResponse>> |
OpsWorksAsyncWaiter.waitUntilAppExists(DescribeAppsRequest describeAppsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
OpsWorksAsyncClient.describeApps(software.amazon.awssdk.services.opsworks.model.DescribeAppsRequest) API until the desired condition AppExists is met, or until
it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeAppsResponse> |
OpsWorksWaiter.waitUntilAppExists(DescribeAppsRequest describeAppsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
OpsWorksClient.describeApps(software.amazon.awssdk.services.opsworks.model.DescribeAppsRequest) API until the desired condition AppExists is met, or until it
is determined that the resource will never enter into the desired state |
Copyright © 2023. All rights reserved.