Uses of Class
software.amazon.awssdk.services.databasemigration.model.StartReplicationTaskAssessmentRunResponse
-
Packages that use StartReplicationTaskAssessmentRunResponse Package Description software.amazon.awssdk.services.databasemigration Database Migration Service -
-
Uses of StartReplicationTaskAssessmentRunResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return StartReplicationTaskAssessmentRunResponse Modifier and Type Method Description default StartReplicationTaskAssessmentRunResponseDatabaseMigrationClient. startReplicationTaskAssessmentRun(Consumer<StartReplicationTaskAssessmentRunRequest.Builder> startReplicationTaskAssessmentRunRequest)Starts a new premigration assessment run for one or more individual assessments of a migration task.default StartReplicationTaskAssessmentRunResponseDatabaseMigrationClient. 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 StartReplicationTaskAssessmentRunResponse Modifier and Type Method Description default CompletableFuture<StartReplicationTaskAssessmentRunResponse>DatabaseMigrationAsyncClient. startReplicationTaskAssessmentRun(Consumer<StartReplicationTaskAssessmentRunRequest.Builder> startReplicationTaskAssessmentRunRequest)Starts a new premigration assessment run for one or more individual assessments of a migration task.default CompletableFuture<StartReplicationTaskAssessmentRunResponse>DatabaseMigrationAsyncClient. startReplicationTaskAssessmentRun(StartReplicationTaskAssessmentRunRequest startReplicationTaskAssessmentRunRequest)Starts a new premigration assessment run for one or more individual assessments of a migration task.
-