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 StatusReportStatusReport. clone()StatusReportHealthCheckObservation. getStatusReport()A complex type that contains information about the health check status for the current observation.StatusReportStatusReport. 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).StatusReportStatusReport. 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 voidHealthCheckObservation. setStatusReport(StatusReport statusReport)A complex type that contains information about the health check status for the current observation.HealthCheckObservationHealthCheckObservation. withStatusReport(StatusReport statusReport)A complex type that contains information about the health check status for the current observation.
-