| 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<CreateEnvironmentResult> |
AmazonAppConfigAsyncClient.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
Future<CreateEnvironmentResult> |
AbstractAmazonAppConfigAsync.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
Future<CreateEnvironmentResult> |
AmazonAppConfigAsync.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
Creates an environment.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentRequest |
CreateEnvironmentRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.clone() |
CreateEnvironmentRequest |
CreateEnvironmentRequest.withApplicationId(String applicationId)
The application ID.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withDescription(String description)
A description of the environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withMonitors(Collection<Monitor> monitors)
Amazon CloudWatch alarms to monitor during the deployment process.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withMonitors(Monitor... monitors)
Amazon CloudWatch alarms to monitor during the deployment process.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withName(String name)
A name for the environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withTags(Map<String,String> tags)
Metadata to assign to the environment.
|
Copyright © 2024. All rights reserved.