Uses of Class
software.amazon.awssdk.services.elasticache.model.RebootCacheClusterResponse
-
Packages that use RebootCacheClusterResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of RebootCacheClusterResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return RebootCacheClusterResponse Modifier and Type Method Description default RebootCacheClusterResponseElastiCacheClient. rebootCacheCluster(Consumer<RebootCacheClusterRequest.Builder> rebootCacheClusterRequest)Reboots some, or all, of the cache nodes within a provisioned cluster.default RebootCacheClusterResponseElastiCacheClient. rebootCacheCluster(RebootCacheClusterRequest rebootCacheClusterRequest)Reboots some, or all, of the cache nodes within a provisioned cluster.Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type RebootCacheClusterResponse Modifier and Type Method Description default CompletableFuture<RebootCacheClusterResponse>ElastiCacheAsyncClient. rebootCacheCluster(Consumer<RebootCacheClusterRequest.Builder> rebootCacheClusterRequest)Reboots some, or all, of the cache nodes within a provisioned cluster.default CompletableFuture<RebootCacheClusterResponse>ElastiCacheAsyncClient. rebootCacheCluster(RebootCacheClusterRequest rebootCacheClusterRequest)Reboots some, or all, of the cache nodes within a provisioned cluster.
-