| 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 | |
| software.amazon.awssdk.services.appconfig.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListDeploymentsResponse |
AppConfigClient.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments for an environment in descending deployment number order.
|
default CompletableFuture<ListDeploymentsResponse> |
AppConfigAsyncClient.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments for an environment in descending deployment number order.
|
default ListDeploymentsIterable |
AppConfigClient.listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments for an environment in descending deployment number order.
|
default ListDeploymentsPublisher |
AppConfigAsyncClient.listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments for an environment in descending deployment number order.
|
| Constructor and Description |
|---|
ListDeploymentsIterable(AppConfigClient client,
ListDeploymentsRequest firstRequest) |
ListDeploymentsPublisher(AppConfigAsyncClient client,
ListDeploymentsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListDeploymentsRequestMarshaller.marshall(ListDeploymentsRequest listDeploymentsRequest) |
Copyright © 2023. All rights reserved.