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