Uses of Class
software.amazon.awssdk.services.databasemigration.model.ReplicationTaskAssessmentRunResultStatistic
Packages that use ReplicationTaskAssessmentRunResultStatistic
-
Uses of ReplicationTaskAssessmentRunResultStatistic in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ReplicationTaskAssessmentRunResultStatisticModifier and TypeMethodDescriptionPremigrationAssessmentStatus.resultStatistic()Returns the value of the ResultStatistic property for this object.ReplicationTaskAssessmentRun.resultStatistic()Result statistics for a completed assessment run, showing aggregated statistics of IndividualAssessments for how many assessments were passed, failed, or encountered issues such as errors or warnings.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type ReplicationTaskAssessmentRunResultStatisticModifier and TypeMethodDescriptionPremigrationAssessmentStatus.Builder.resultStatistic(ReplicationTaskAssessmentRunResultStatistic resultStatistic) Sets the value of the ResultStatistic property for this object.ReplicationTaskAssessmentRun.Builder.resultStatistic(ReplicationTaskAssessmentRunResultStatistic resultStatistic) Result statistics for a completed assessment run, showing aggregated statistics of IndividualAssessments for how many assessments were passed, failed, or encountered issues such as errors or warnings.