Uses of Class
software.amazon.awssdk.services.databasemigration.model.ReplicationTaskAssessmentRunProgress
-
Packages that use ReplicationTaskAssessmentRunProgress Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of ReplicationTaskAssessmentRunProgress in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ReplicationTaskAssessmentRunProgress Modifier and Type Method Description ReplicationTaskAssessmentRunProgressPremigrationAssessmentStatus. assessmentProgress()Returns the value of the AssessmentProgress property for this object.ReplicationTaskAssessmentRunProgressReplicationTaskAssessmentRun. 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 ReplicationTaskAssessmentRunProgress Modifier and Type Method Description PremigrationAssessmentStatus.BuilderPremigrationAssessmentStatus.Builder. assessmentProgress(ReplicationTaskAssessmentRunProgress assessmentProgress)Sets the value of the AssessmentProgress property for this object.ReplicationTaskAssessmentRun.BuilderReplicationTaskAssessmentRun.Builder. assessmentProgress(ReplicationTaskAssessmentRunProgress assessmentProgress)Indication of the completion progress for the individual assessments specified to run.
-