Uses of Interface
software.amazon.awssdk.services.elasticache.model.StartMigrationResponse.Builder
-
Packages that use StartMigrationResponse.Builder Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of StartMigrationResponse.Builder in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return StartMigrationResponse.Builder Modifier and Type Method Description static StartMigrationResponse.BuilderStartMigrationResponse. builder()default StartMigrationResponse.BuilderStartMigrationResponse.Builder. replicationGroup(Consumer<ReplicationGroup.Builder> replicationGroup)Sets the value of the ReplicationGroup property for this object.StartMigrationResponse.BuilderStartMigrationResponse.Builder. replicationGroup(ReplicationGroup replicationGroup)Sets the value of the ReplicationGroup property for this object.StartMigrationResponse.BuilderStartMigrationResponse. toBuilder()Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type StartMigrationResponse.Builder Modifier and Type Method Description static Class<? extends StartMigrationResponse.Builder>StartMigrationResponse. serializableBuilderClass()
-