| Package | Description |
|---|---|
| com.amazonaws.services.appconfig |
Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application
configurations.
|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetEnvironmentResult> |
AbstractAmazonAppConfigAsync.getEnvironmentAsync(GetEnvironmentRequest request,
AsyncHandler<GetEnvironmentRequest,GetEnvironmentResult> asyncHandler) |
Future<GetEnvironmentResult> |
AmazonAppConfigAsyncClient.getEnvironmentAsync(GetEnvironmentRequest request,
AsyncHandler<GetEnvironmentRequest,GetEnvironmentResult> asyncHandler) |
Future<GetEnvironmentResult> |
AmazonAppConfigAsync.getEnvironmentAsync(GetEnvironmentRequest getEnvironmentRequest,
AsyncHandler<GetEnvironmentRequest,GetEnvironmentResult> asyncHandler)
Retrieves information about an environment.
|
| Modifier and Type | Method and Description |
|---|---|
GetEnvironmentRequest |
GetEnvironmentRequest.clone() |
GetEnvironmentRequest |
GetEnvironmentRequest.withApplicationId(String applicationId)
The ID of the application that includes the environment you want to get.
|
GetEnvironmentRequest |
GetEnvironmentRequest.withEnvironmentId(String environmentId)
The ID of the environment that you want to get.
|
Copyright © 2023. All rights reserved.