| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
List<Monitor> |
UpdateEnvironmentResponse.monitors()
Amazon CloudWatch alarms monitored during the deployment.
|
List<Monitor> |
CreateEnvironmentRequest.monitors()
Amazon CloudWatch alarms to monitor during the deployment process.
|
List<Monitor> |
CreateEnvironmentResponse.monitors()
Amazon CloudWatch alarms monitored during the deployment.
|
List<Monitor> |
GetEnvironmentResponse.monitors()
Amazon CloudWatch alarms monitored during the deployment.
|
List<Monitor> |
UpdateEnvironmentRequest.monitors()
Amazon CloudWatch alarms to monitor during the deployment process.
|
List<Monitor> |
Environment.monitors()
Amazon CloudWatch alarms monitored during the deployment.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.monitors(Monitor... monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.monitors(Monitor... monitors)
Amazon CloudWatch alarms to monitor during the deployment process.
|
CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.monitors(Monitor... monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.monitors(Monitor... monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.monitors(Monitor... monitors)
Amazon CloudWatch alarms to monitor during the deployment process.
|
Environment.Builder |
Environment.Builder.monitors(Monitor... monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.monitors(Collection<Monitor> monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.monitors(Collection<Monitor> monitors)
Amazon CloudWatch alarms to monitor during the deployment process.
|
CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.monitors(Collection<Monitor> monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.monitors(Collection<Monitor> monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.monitors(Collection<Monitor> monitors)
Amazon CloudWatch alarms to monitor during the deployment process.
|
Environment.Builder |
Environment.Builder.monitors(Collection<Monitor> monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
Copyright © 2020. All rights reserved.