| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
ReplicationTaskAssessmentRunProgress |
ReplicationTaskAssessmentRunProgress.clone() |
ReplicationTaskAssessmentRunProgress |
ReplicationTaskAssessmentRun.getAssessmentProgress()
Indication of the completion progress for the individual assessments specified to run.
|
ReplicationTaskAssessmentRunProgress |
ReplicationTaskAssessmentRunProgress.withIndividualAssessmentCompletedCount(Integer individualAssessmentCompletedCount)
The number of individual assessments that have completed, successfully or not.
|
ReplicationTaskAssessmentRunProgress |
ReplicationTaskAssessmentRunProgress.withIndividualAssessmentCount(Integer individualAssessmentCount)
The number of individual assessments that are specified to run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationTaskAssessmentRun.setAssessmentProgress(ReplicationTaskAssessmentRunProgress assessmentProgress)
Indication of the completion progress for the individual assessments specified to run.
|
ReplicationTaskAssessmentRun |
ReplicationTaskAssessmentRun.withAssessmentProgress(ReplicationTaskAssessmentRunProgress assessmentProgress)
Indication of the completion progress for the individual assessments specified to run.
|
Copyright © 2021. All rights reserved.