| 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 |
|---|---|
Future<ListApplicationsResult> |
AmazonAppConfigAsyncClient.listApplicationsAsync(ListApplicationsRequest request,
AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler) |
Future<ListApplicationsResult> |
AbstractAmazonAppConfigAsync.listApplicationsAsync(ListApplicationsRequest request,
AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler) |
Future<ListApplicationsResult> |
AmazonAppConfigAsync.listApplicationsAsync(ListApplicationsRequest listApplicationsRequest,
AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler)
Lists all applications in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsRequest |
ListApplicationsRequest.clone() |
ListApplicationsRequest |
ListApplicationsRequest.withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListApplicationsRequest |
ListApplicationsRequest.withNextToken(String nextToken)
A token to start the list.
|
Copyright © 2024. All rights reserved.