Uses of Class
software.amazon.awssdk.services.elasticache.model.CreateGlobalReplicationGroupResponse
-
Packages that use CreateGlobalReplicationGroupResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of CreateGlobalReplicationGroupResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return CreateGlobalReplicationGroupResponse Modifier and Type Method Description default CreateGlobalReplicationGroupResponseElastiCacheClient. createGlobalReplicationGroup(Consumer<CreateGlobalReplicationGroupRequest.Builder> createGlobalReplicationGroupRequest)Global Datastore offers fully managed, fast, reliable and secure cross-region replication.default CreateGlobalReplicationGroupResponseElastiCacheClient. createGlobalReplicationGroup(CreateGlobalReplicationGroupRequest createGlobalReplicationGroupRequest)Global Datastore offers fully managed, fast, reliable and secure cross-region replication.Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type CreateGlobalReplicationGroupResponse Modifier and Type Method Description default CompletableFuture<CreateGlobalReplicationGroupResponse>ElastiCacheAsyncClient. createGlobalReplicationGroup(Consumer<CreateGlobalReplicationGroupRequest.Builder> createGlobalReplicationGroupRequest)Global Datastore offers fully managed, fast, reliable and secure cross-region replication.default CompletableFuture<CreateGlobalReplicationGroupResponse>ElastiCacheAsyncClient. createGlobalReplicationGroup(CreateGlobalReplicationGroupRequest createGlobalReplicationGroupRequest)Global Datastore offers fully managed, fast, reliable and secure cross-region replication.
-