Uses of Class
software.amazon.awssdk.services.databasemigration.model.ReplicationTaskAssessmentRunResultStatistic
-
Packages that use ReplicationTaskAssessmentRunResultStatistic Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of ReplicationTaskAssessmentRunResultStatistic in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ReplicationTaskAssessmentRunResultStatistic Modifier and Type Method Description ReplicationTaskAssessmentRunResultStatisticPremigrationAssessmentStatus. resultStatistic()Returns the value of the ResultStatistic property for this object.ReplicationTaskAssessmentRunResultStatisticReplicationTaskAssessmentRun. 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 ReplicationTaskAssessmentRunResultStatistic Modifier and Type Method Description PremigrationAssessmentStatus.BuilderPremigrationAssessmentStatus.Builder. resultStatistic(ReplicationTaskAssessmentRunResultStatistic resultStatistic)Sets the value of the ResultStatistic property for this object.ReplicationTaskAssessmentRun.BuilderReplicationTaskAssessmentRun.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.
-