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 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 ReplicationTaskAssessmentRun.BuilderReplicationTaskAssessmentRun.Builder. assessmentProgress(ReplicationTaskAssessmentRunProgress assessmentProgress)Indication of the completion progress for the individual assessments specified to run.
-