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