Package | Description |
---|---|
com.amazonaws.services.route53.model | |
com.amazonaws.services.route53.model.transform |
Modifier and Type | Field and Description |
---|---|
private AlarmIdentifier |
UpdateHealthCheckRequest.alarmIdentifier |
private AlarmIdentifier |
HealthCheckConfig.alarmIdentifier
A complex type that contains information to uniquely identify the
CloudWatch alarm that you're associating with a Route 53 health check.
|
Modifier and Type | Method and Description |
---|---|
AlarmIdentifier |
AlarmIdentifier.clone() |
AlarmIdentifier |
UpdateHealthCheckRequest.getAlarmIdentifier() |
AlarmIdentifier |
HealthCheckConfig.getAlarmIdentifier()
A complex type that contains information to uniquely identify the
CloudWatch alarm that you're associating with a Route 53 health check.
|
AlarmIdentifier |
AlarmIdentifier.withName(java.lang.String name)
The name of the CloudWatch alarm.
|
AlarmIdentifier |
AlarmIdentifier.withRegion(CloudWatchRegion region)
The
CloudWatchRegion that the CloudWatch alarm was created
in. |
AlarmIdentifier |
AlarmIdentifier.withRegion(java.lang.String region)
The
CloudWatchRegion that the CloudWatch alarm was created
in. |
Modifier and Type | Method and Description |
---|---|
void |
UpdateHealthCheckRequest.setAlarmIdentifier(AlarmIdentifier alarmIdentifier) |
void |
HealthCheckConfig.setAlarmIdentifier(AlarmIdentifier alarmIdentifier)
A complex type that contains information to uniquely identify the
CloudWatch alarm that you're associating with a Route 53 health check.
|
UpdateHealthCheckRequest |
UpdateHealthCheckRequest.withAlarmIdentifier(AlarmIdentifier alarmIdentifier) |
HealthCheckConfig |
HealthCheckConfig.withAlarmIdentifier(AlarmIdentifier alarmIdentifier)
A complex type that contains information to uniquely identify the
CloudWatch alarm that you're associating with a Route 53 health check.
|
Modifier and Type | Method and Description |
---|---|
AlarmIdentifier |
AlarmIdentifierStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |