| Package | Description |
|---|---|
| com.amazonaws.services.appconfig |
|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentResult |
AmazonAppConfig.createEnvironment(CreateEnvironmentRequest createEnvironmentRequest)
For each application, you define one or more environments.
|
CreateEnvironmentResult |
AbstractAmazonAppConfig.createEnvironment(CreateEnvironmentRequest request) |
CreateEnvironmentResult |
AmazonAppConfigClient.createEnvironment(CreateEnvironmentRequest request)
For each application, you define one or more environments.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEnvironmentResult> |
AbstractAmazonAppConfigAsync.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
Future<CreateEnvironmentResult> |
AmazonAppConfigAsync.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
For each application, you define one or more environments.
|
Future<CreateEnvironmentResult> |
AmazonAppConfigAsyncClient.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentResult |
CreateEnvironmentResult.clone() |
CreateEnvironmentResult |
CreateEnvironmentResult.withApplicationId(String applicationId)
The application ID.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withDescription(String description)
The description of the environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withId(String id)
The environment ID.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withMonitors(Collection<Monitor> monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withMonitors(Monitor... monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withName(String name)
The name of the environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withState(EnvironmentState state)
The state of the environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withState(String state)
The state of the environment.
|
Copyright © 2021. All rights reserved.