Uses of Class
software.amazon.awssdk.services.databasemigration.model.ReplicationTaskAssessmentRunProgress
Packages that use ReplicationTaskAssessmentRunProgress
-
Uses of ReplicationTaskAssessmentRunProgress in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ReplicationTaskAssessmentRunProgressModifier and TypeMethodDescriptionPremigrationAssessmentStatus.assessmentProgress()Returns the value of the AssessmentProgress property for this object.ReplicationTaskAssessmentRun.assessmentProgress()Indication of the completion progress for the individual assessments specified to run.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type ReplicationTaskAssessmentRunProgressModifier and TypeMethodDescriptionPremigrationAssessmentStatus.Builder.assessmentProgress(ReplicationTaskAssessmentRunProgress assessmentProgress) Sets the value of the AssessmentProgress property for this object.ReplicationTaskAssessmentRun.Builder.assessmentProgress(ReplicationTaskAssessmentRunProgress assessmentProgress) Indication of the completion progress for the individual assessments specified to run.