Uses of Class
com.amazonaws.services.elasticache.model.RebootCacheClusterRequest
-
Packages that use RebootCacheClusterRequest Package Description com.amazonaws.services.elasticache com.amazonaws.services.elasticache.model -
-
Uses of RebootCacheClusterRequest in com.amazonaws.services.elasticache
Methods in com.amazonaws.services.elasticache with parameters of type RebootCacheClusterRequest Modifier and Type Method Description CacheCluster
AbstractAmazonElastiCache. rebootCacheCluster(RebootCacheClusterRequest request)
CacheCluster
AmazonElastiCache. rebootCacheCluster(RebootCacheClusterRequest rebootCacheClusterRequest)
The RebootCacheCluster action reboots some, or all, of the cache nodes within a provisioned cache cluster.CacheCluster
AmazonElastiCacheClient. rebootCacheCluster(RebootCacheClusterRequest rebootCacheClusterRequest)
The RebootCacheCluster action reboots some, or all, of the cache nodes within a provisioned cache cluster.Future<CacheCluster>
AbstractAmazonElastiCacheAsync. rebootCacheClusterAsync(RebootCacheClusterRequest request)
Future<CacheCluster>
AbstractAmazonElastiCacheAsync. rebootCacheClusterAsync(RebootCacheClusterRequest request, AsyncHandler<RebootCacheClusterRequest,CacheCluster> asyncHandler)
Future<CacheCluster>
AmazonElastiCacheAsync. rebootCacheClusterAsync(RebootCacheClusterRequest rebootCacheClusterRequest)
The RebootCacheCluster action reboots some, or all, of the cache nodes within a provisioned cache cluster.Future<CacheCluster>
AmazonElastiCacheAsync. rebootCacheClusterAsync(RebootCacheClusterRequest rebootCacheClusterRequest, AsyncHandler<RebootCacheClusterRequest,CacheCluster> asyncHandler)
The RebootCacheCluster action reboots some, or all, of the cache nodes within a provisioned cache cluster.Future<CacheCluster>
AmazonElastiCacheAsyncClient. rebootCacheClusterAsync(RebootCacheClusterRequest request)
Future<CacheCluster>
AmazonElastiCacheAsyncClient. rebootCacheClusterAsync(RebootCacheClusterRequest request, AsyncHandler<RebootCacheClusterRequest,CacheCluster> asyncHandler)
Method parameters in com.amazonaws.services.elasticache with type arguments of type RebootCacheClusterRequest Modifier and Type Method Description Future<CacheCluster>
AbstractAmazonElastiCacheAsync. rebootCacheClusterAsync(RebootCacheClusterRequest request, AsyncHandler<RebootCacheClusterRequest,CacheCluster> asyncHandler)
Future<CacheCluster>
AmazonElastiCacheAsync. rebootCacheClusterAsync(RebootCacheClusterRequest rebootCacheClusterRequest, AsyncHandler<RebootCacheClusterRequest,CacheCluster> asyncHandler)
The RebootCacheCluster action reboots some, or all, of the cache nodes within a provisioned cache cluster.Future<CacheCluster>
AmazonElastiCacheAsyncClient. rebootCacheClusterAsync(RebootCacheClusterRequest request, AsyncHandler<RebootCacheClusterRequest,CacheCluster> asyncHandler)
-
Uses of RebootCacheClusterRequest in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return RebootCacheClusterRequest Modifier and Type Method Description RebootCacheClusterRequest
RebootCacheClusterRequest. clone()
RebootCacheClusterRequest
RebootCacheClusterRequest. withCacheClusterId(String cacheClusterId)
The cache cluster identifier.RebootCacheClusterRequest
RebootCacheClusterRequest. withCacheNodeIdsToReboot(String... cacheNodeIdsToReboot)
A list of cache node IDs to reboot.RebootCacheClusterRequest
RebootCacheClusterRequest. withCacheNodeIdsToReboot(Collection<String> cacheNodeIdsToReboot)
A list of cache node IDs to reboot.
-