Uses of Interface
software.amazon.awssdk.services.elasticache.model.RebootCacheClusterRequest.Builder
-
Packages that use RebootCacheClusterRequest.Builder Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.model -
-
Uses of RebootCacheClusterRequest.Builder in software.amazon.awssdk.services.elasticache
Method parameters in software.amazon.awssdk.services.elasticache with type arguments of type RebootCacheClusterRequest.Builder 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 RebootCacheClusterResponseElastiCacheClient. rebootCacheCluster(Consumer<RebootCacheClusterRequest.Builder> rebootCacheClusterRequest)Reboots some, or all, of the cache nodes within a provisioned cluster. -
Uses of RebootCacheClusterRequest.Builder in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type RebootCacheClusterRequest.Builder Modifier and Type Method Description static Class<? extends RebootCacheClusterRequest.Builder>RebootCacheClusterRequest. serializableBuilderClass()
-