Package | Description |
---|---|
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
StatusReport |
StatusReport.clone() |
StatusReport |
HealthCheckObservation.getStatusReport()
A complex type that contains information about the health check status
for the current observation.
|
StatusReport |
StatusReport.withCheckedTime(Date checkedTime)
The date and time the health check status was observed, in the format
YYYY-MM-DDThh:mm:ssZ , as specified in the ISO 8601 standard
(for example, 2009-11-19T19:37:58Z). |
StatusReport |
StatusReport.withStatus(String status)
The observed health check status.
|
Modifier and Type | Method and Description |
---|---|
void |
HealthCheckObservation.setStatusReport(StatusReport statusReport)
A complex type that contains information about the health check status
for the current observation.
|
HealthCheckObservation |
HealthCheckObservation.withStatusReport(StatusReport statusReport)
A complex type that contains information about the health check status
for the current observation.
|
Copyright © 2018. All rights reserved.