| Package | Description |
|---|---|
| com.amazonaws.services.appconfig |
|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<ListDeploymentsResult> |
AmazonAppConfigAsyncClient.listDeploymentsAsync(ListDeploymentsRequest request,
AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsRequest |
ListDeploymentsRequest.clone() |
ListDeploymentsRequest |
ListDeploymentsRequest.withApplicationId(String applicationId)
The application ID.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withEnvironmentId(String environmentId)
The environment ID.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withNextToken(String nextToken)
A token to start the list.
|
Copyright © 2021. All rights reserved.