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 CacheClusterAbstractAmazonElastiCache. rebootCacheCluster(RebootCacheClusterRequest request)CacheClusterAmazonElastiCache. rebootCacheCluster(RebootCacheClusterRequest rebootCacheClusterRequest)The RebootCacheCluster action reboots some, or all, of the cache nodes within a provisioned cache cluster.CacheClusterAmazonElastiCacheClient. 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 RebootCacheClusterRequestRebootCacheClusterRequest. clone()RebootCacheClusterRequestRebootCacheClusterRequest. withCacheClusterId(String cacheClusterId)The cache cluster identifier.RebootCacheClusterRequestRebootCacheClusterRequest. withCacheNodeIdsToReboot(String... cacheNodeIdsToReboot)A list of cache node IDs to reboot.RebootCacheClusterRequestRebootCacheClusterRequest. withCacheNodeIdsToReboot(Collection<String> cacheNodeIdsToReboot)A list of cache node IDs to reboot.
-