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