| Package | Description |
|---|---|
| com.amazonaws.services.appconfig |
AppConfig feature flags and dynamic configurations help software builders quickly and securely adjust application
behavior in production environments without full code deployments.
|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsResult |
AbstractAmazonAppConfig.listDeployments(ListDeploymentsRequest request) |
ListDeploymentsResult |
AmazonAppConfigClient.listDeployments(ListDeploymentsRequest request)
Lists the deployments for an environment in descending deployment number order.
|
ListDeploymentsResult |
AmazonAppConfig.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments for an environment in descending deployment number order.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDeploymentsResult> |
AmazonAppConfigAsyncClient.listDeploymentsAsync(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler) |
Future<ListDeploymentsResult> |
AbstractAmazonAppConfigAsync.listDeploymentsAsync(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler) |
Future<ListDeploymentsResult> |
AmazonAppConfigAsync.listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Lists the deployments for an environment in descending deployment number order.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsResult |
ListDeploymentsResult.clone() |
ListDeploymentsResult |
ListDeploymentsResult.withItems(Collection<DeploymentSummary> items)
The elements from this collection.
|
ListDeploymentsResult |
ListDeploymentsResult.withItems(DeploymentSummary... items)
The elements from this collection.
|
ListDeploymentsResult |
ListDeploymentsResult.withNextToken(String nextToken)
The token for the next set of items to return.
|
Copyright © 2024. All rights reserved.