Uses of Interface
software.amazon.awssdk.services.databasemigration.model.ReplicationTaskAssessmentRunResultStatistic.Builder
Packages that use ReplicationTaskAssessmentRunResultStatistic.Builder
-
Uses of ReplicationTaskAssessmentRunResultStatistic.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ReplicationTaskAssessmentRunResultStatistic.BuilderModifier and TypeMethodDescriptionReplicationTaskAssessmentRunResultStatistic.builder()The number of individual assessments that were cancelled during the assessment run.The number of individual assessments that encountered a critical error and could not complete properly.The number of individual assessments that failed to meet the criteria defined in the assessment run.The number of individual assessments that successfully passed all checks in the assessment run.The number of individual assessments that were skipped during the assessment run.ReplicationTaskAssessmentRunResultStatistic.toBuilder()Indicates that the recent completed AssessmentRun triggered a warning.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type ReplicationTaskAssessmentRunResultStatistic.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReplicationTaskAssessmentRunResultStatistic.Builder>ReplicationTaskAssessmentRunResultStatistic.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type ReplicationTaskAssessmentRunResultStatistic.BuilderModifier and TypeMethodDescriptionPremigrationAssessmentStatus.Builder.resultStatistic(Consumer<ReplicationTaskAssessmentRunResultStatistic.Builder> resultStatistic) Sets the value of the ResultStatistic property for this object.ReplicationTaskAssessmentRun.Builder.resultStatistic(Consumer<ReplicationTaskAssessmentRunResultStatistic.Builder> 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.