Uses of Class
software.amazon.awssdk.services.databasemigration.model.StartReplicationTaskAssessmentRunResponse
Packages that use StartReplicationTaskAssessmentRunResponse
-
Uses of StartReplicationTaskAssessmentRunResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return StartReplicationTaskAssessmentRunResponseModifier and TypeMethodDescriptionDatabaseMigrationClient.startReplicationTaskAssessmentRun(Consumer<StartReplicationTaskAssessmentRunRequest.Builder> startReplicationTaskAssessmentRunRequest) Starts a new premigration assessment run for one or more individual assessments of a migration task.DatabaseMigrationClient.startReplicationTaskAssessmentRun(StartReplicationTaskAssessmentRunRequest startReplicationTaskAssessmentRunRequest) Starts a new premigration assessment run for one or more individual assessments of a migration task.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type StartReplicationTaskAssessmentRunResponseModifier and TypeMethodDescriptionDatabaseMigrationAsyncClient.startReplicationTaskAssessmentRun(Consumer<StartReplicationTaskAssessmentRunRequest.Builder> startReplicationTaskAssessmentRunRequest) Starts a new premigration assessment run for one or more individual assessments of a migration task.DatabaseMigrationAsyncClient.startReplicationTaskAssessmentRun(StartReplicationTaskAssessmentRunRequest startReplicationTaskAssessmentRunRequest) Starts a new premigration assessment run for one or more individual assessments of a migration task.