Uses of Class
com.amazonaws.services.route53.model.StatusReport
-
Packages that use StatusReport Package Description com.amazonaws.services.route53.model -
-
Uses of StatusReport in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return StatusReport Modifier and Type Method 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 formatYYYY-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.Methods in com.amazonaws.services.route53.model with parameters of type StatusReport Modifier and Type Method 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.
-