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 CreateGlobalReplicationGroupResponse
ElastiCacheClient. createGlobalReplicationGroup(Consumer<CreateGlobalReplicationGroupRequest.Builder> createGlobalReplicationGroupRequest)
Global Datastore for Redis offers fully managed, fast, reliable and secure cross-region replication.default CreateGlobalReplicationGroupResponse
ElastiCacheClient. createGlobalReplicationGroup(CreateGlobalReplicationGroupRequest createGlobalReplicationGroupRequest)
Global Datastore for Redis 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 for Redis offers fully managed, fast, reliable and secure cross-region replication.default CompletableFuture<CreateGlobalReplicationGroupResponse>
ElastiCacheAsyncClient. createGlobalReplicationGroup(CreateGlobalReplicationGroupRequest createGlobalReplicationGroupRequest)
Global Datastore for Redis offers fully managed, fast, reliable and secure cross-region replication.
-