| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
StatusReport |
StatusReport.clone() |
StatusReport |
HealthCheckObservation.getStatusReport()
A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the
time of the failed health check.
|
StatusReport |
StatusReport.withCheckedTime(Date checkedTime)
The date and time that the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC).
|
StatusReport |
StatusReport.withStatus(String status)
A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health
checkers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HealthCheckObservation.setStatusReport(StatusReport statusReport)
A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the
time of the failed health check.
|
HealthCheckObservation |
HealthCheckObservation.withStatusReport(StatusReport statusReport)
A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the
time of the failed health check.
|
Copyright © 2020. All rights reserved.