| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig |
Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application
configurations.
|
| software.amazon.awssdk.services.appconfig.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDeploymentsResponse |
AppConfigClient.listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
Lists the deployments for an environment.
|
default ListDeploymentsResponse |
AppConfigClient.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments for an environment.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDeploymentsResponse> |
AppConfigAsyncClient.listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
Lists the deployments for an environment.
|
default CompletableFuture<ListDeploymentsResponse> |
AppConfigAsyncClient.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments for an environment.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDeploymentsResponse> |
ListDeploymentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeploymentsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDeploymentsResponse> subscriber) |
Copyright © 2022. All rights reserved.