Uses of Class
software.amazon.awssdk.services.elasticache.model.DisassociateGlobalReplicationGroupResponse
-
Packages that use DisassociateGlobalReplicationGroupResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of DisassociateGlobalReplicationGroupResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return DisassociateGlobalReplicationGroupResponse Modifier and Type Method Description default DisassociateGlobalReplicationGroupResponseElastiCacheClient. disassociateGlobalReplicationGroup(Consumer<DisassociateGlobalReplicationGroupRequest.Builder> disassociateGlobalReplicationGroupRequest)Remove a secondary cluster from the Global datastore using the Global datastore name.default DisassociateGlobalReplicationGroupResponseElastiCacheClient. disassociateGlobalReplicationGroup(DisassociateGlobalReplicationGroupRequest disassociateGlobalReplicationGroupRequest)Remove a secondary cluster from the Global datastore using the Global datastore name.Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type DisassociateGlobalReplicationGroupResponse Modifier and Type Method Description default CompletableFuture<DisassociateGlobalReplicationGroupResponse>ElastiCacheAsyncClient. disassociateGlobalReplicationGroup(Consumer<DisassociateGlobalReplicationGroupRequest.Builder> disassociateGlobalReplicationGroupRequest)Remove a secondary cluster from the Global datastore using the Global datastore name.default CompletableFuture<DisassociateGlobalReplicationGroupResponse>ElastiCacheAsyncClient. disassociateGlobalReplicationGroup(DisassociateGlobalReplicationGroupRequest disassociateGlobalReplicationGroupRequest)Remove a secondary cluster from the Global datastore using the Global datastore name.
-