Uses of Class
com.amazonaws.services.route53.model.StatusReport
Packages that use StatusReport
-
Uses of StatusReport in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return StatusReportModifier and TypeMethodDescriptionStatusReport.clone()HealthCheckObservation.getStatusReport()A complex type that contains information about the health check status for the current observation.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.withStatus(String status) The observed health check status.Methods in com.amazonaws.services.route53.model with parameters of type StatusReportModifier and TypeMethodDescriptionvoidHealthCheckObservation.setStatusReport(StatusReport statusReport) A complex type that contains information about the health check status for the current observation.HealthCheckObservation.withStatusReport(StatusReport statusReport) A complex type that contains information about the health check status for the current observation.