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