| Package | Description |
|---|---|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
Monitor |
Monitor.clone() |
Monitor |
Monitor.withAlarmArn(String alarmArn)
Amazon Resource Name (ARN) of the Amazon CloudWatch alarm.
|
Monitor |
Monitor.withAlarmRoleArn(String alarmRoleArn)
ARN of an Identity and Access Management (IAM) role for AppConfig to monitor
AlarmArn. |
| Modifier and Type | Method and Description |
|---|---|
List<Monitor> |
Environment.getMonitors()
Amazon CloudWatch alarms monitored during the deployment.
|
List<Monitor> |
UpdateEnvironmentResult.getMonitors()
Amazon CloudWatch alarms monitored during the deployment.
|
List<Monitor> |
UpdateEnvironmentRequest.getMonitors()
Amazon CloudWatch alarms to monitor during the deployment process.
|
List<Monitor> |
GetEnvironmentResult.getMonitors()
Amazon CloudWatch alarms monitored during the deployment.
|
List<Monitor> |
CreateEnvironmentResult.getMonitors()
Amazon CloudWatch alarms monitored during the deployment.
|
List<Monitor> |
CreateEnvironmentRequest.getMonitors()
Amazon CloudWatch alarms to monitor during the deployment process.
|
| Modifier and Type | Method and Description |
|---|---|
Environment |
Environment.withMonitors(Monitor... monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withMonitors(Monitor... monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withMonitors(Monitor... monitors)
Amazon CloudWatch alarms to monitor during the deployment process.
|
GetEnvironmentResult |
GetEnvironmentResult.withMonitors(Monitor... monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withMonitors(Monitor... monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withMonitors(Monitor... monitors)
Amazon CloudWatch alarms to monitor during the deployment process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Environment.setMonitors(Collection<Monitor> monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
void |
UpdateEnvironmentResult.setMonitors(Collection<Monitor> monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
void |
UpdateEnvironmentRequest.setMonitors(Collection<Monitor> monitors)
Amazon CloudWatch alarms to monitor during the deployment process.
|
void |
GetEnvironmentResult.setMonitors(Collection<Monitor> monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
void |
CreateEnvironmentResult.setMonitors(Collection<Monitor> monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
void |
CreateEnvironmentRequest.setMonitors(Collection<Monitor> monitors)
Amazon CloudWatch alarms to monitor during the deployment process.
|
Environment |
Environment.withMonitors(Collection<Monitor> monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withMonitors(Collection<Monitor> monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withMonitors(Collection<Monitor> monitors)
Amazon CloudWatch alarms to monitor during the deployment process.
|
GetEnvironmentResult |
GetEnvironmentResult.withMonitors(Collection<Monitor> monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withMonitors(Collection<Monitor> monitors)
Amazon CloudWatch alarms monitored during the deployment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withMonitors(Collection<Monitor> monitors)
Amazon CloudWatch alarms to monitor during the deployment process.
|
Copyright © 2024. All rights reserved.