| Package | Description |
|---|---|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
Environment |
Environment.clone() |
Environment |
Environment.withApplicationId(String applicationId)
The application ID.
|
Environment |
Environment.withDescription(String description)
The description of the environment.
|
Environment |
Environment.withId(String id)
The environment ID.
|
Environment |
Environment.withMonitors(Collection<Monitor> monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
Environment |
Environment.withMonitors(Monitor... monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
Environment |
Environment.withName(String name)
The name of the environment.
|
Environment |
Environment.withState(EnvironmentState state)
The state of the environment.
|
Environment |
Environment.withState(String state)
The state of the environment.
|
| Modifier and Type | Method and Description |
|---|---|
List<Environment> |
ListEnvironmentsResult.getItems()
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentsResult |
ListEnvironmentsResult.withItems(Environment... items)
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEnvironmentsResult.setItems(Collection<Environment> items)
The elements from this collection.
|
ListEnvironmentsResult |
ListEnvironmentsResult.withItems(Collection<Environment> items)
The elements from this collection.
|
Copyright © 2021. All rights reserved.