| 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 |
|---|---|
GetEnvironmentResult |
AmazonAppConfigClient.getEnvironment(GetEnvironmentRequest request)
Retrieves information about an environment.
|
GetEnvironmentResult |
AbstractAmazonAppConfig.getEnvironment(GetEnvironmentRequest request) |
GetEnvironmentResult |
AmazonAppConfig.getEnvironment(GetEnvironmentRequest getEnvironmentRequest)
Retrieves information about an environment.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetEnvironmentResult> |
AmazonAppConfigAsyncClient.getEnvironmentAsync(GetEnvironmentRequest request,
AsyncHandler<GetEnvironmentRequest,GetEnvironmentResult> asyncHandler) |
Future<GetEnvironmentResult> |
AbstractAmazonAppConfigAsync.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 |
|---|---|
GetEnvironmentResult |
GetEnvironmentResult.clone() |
GetEnvironmentResult |
GetEnvironmentResult.withApplicationId(String applicationId)
The application ID.
|
GetEnvironmentResult |
GetEnvironmentResult.withDescription(String description)
The description of the environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withId(String id)
The environment ID.
|
GetEnvironmentResult |
GetEnvironmentResult.withMonitors(Collection<Monitor> monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
GetEnvironmentResult |
GetEnvironmentResult.withMonitors(Monitor... monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
GetEnvironmentResult |
GetEnvironmentResult.withName(String name)
The name of the environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withState(EnvironmentState state)
The state of the environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withState(String state)
The state of the environment.
|
Copyright © 2023. All rights reserved.