Uses of Interface
software.amazon.awssdk.services.databasemigration.model.StartReplicationResponse.Builder
-
Packages that use StartReplicationResponse.Builder Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of StartReplicationResponse.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return StartReplicationResponse.Builder Modifier and Type Method Description static StartReplicationResponse.BuilderStartReplicationResponse. builder()default StartReplicationResponse.BuilderStartReplicationResponse.Builder. replication(Consumer<Replication.Builder> replication)The replication that DMS started.StartReplicationResponse.BuilderStartReplicationResponse.Builder. replication(Replication replication)The replication that DMS started.StartReplicationResponse.BuilderStartReplicationResponse. toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type StartReplicationResponse.Builder Modifier and Type Method Description static Class<? extends StartReplicationResponse.Builder>StartReplicationResponse. serializableBuilderClass()
-