|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RebootCacheClusterRequest | |
---|---|
com.amazonaws.services.elasticache | Synchronous and asynchronous client classes for accessing AmazonElastiCache. |
com.amazonaws.services.elasticache.model | Classes modeling the various types represented by AmazonElastiCache. |
Uses of RebootCacheClusterRequest in com.amazonaws.services.elasticache |
---|
Methods in com.amazonaws.services.elasticache with parameters of type RebootCacheClusterRequest | |
---|---|
CacheCluster |
AmazonElastiCacheClient.rebootCacheCluster(RebootCacheClusterRequest rebootCacheClusterRequest)
The RebootCacheCluster operation reboots some, or all, of the cache cluster nodes within a provisioned cache cluster. |
CacheCluster |
AmazonElastiCache.rebootCacheCluster(RebootCacheClusterRequest rebootCacheClusterRequest)
The RebootCacheCluster operation reboots some, or all, of the cache cluster nodes within a provisioned cache cluster. |
Future<CacheCluster> |
AmazonElastiCacheAsyncClient.rebootCacheClusterAsync(RebootCacheClusterRequest rebootCacheClusterRequest)
The RebootCacheCluster operation reboots some, or all, of the cache cluster nodes within a provisioned cache cluster. |
Future<CacheCluster> |
AmazonElastiCacheAsync.rebootCacheClusterAsync(RebootCacheClusterRequest rebootCacheClusterRequest)
The RebootCacheCluster operation reboots some, or all, of the cache cluster nodes within a provisioned cache cluster. |
Future<CacheCluster> |
AmazonElastiCacheAsyncClient.rebootCacheClusterAsync(RebootCacheClusterRequest rebootCacheClusterRequest,
AsyncHandler<RebootCacheClusterRequest,CacheCluster> asyncHandler)
The RebootCacheCluster operation reboots some, or all, of the cache cluster nodes within a provisioned cache cluster. |
Future<CacheCluster> |
AmazonElastiCacheAsync.rebootCacheClusterAsync(RebootCacheClusterRequest rebootCacheClusterRequest,
AsyncHandler<RebootCacheClusterRequest,CacheCluster> asyncHandler)
The RebootCacheCluster operation reboots some, or all, of the cache cluster nodes within a provisioned cache cluster. |
Method parameters in com.amazonaws.services.elasticache with type arguments of type RebootCacheClusterRequest | |
---|---|
Future<CacheCluster> |
AmazonElastiCacheAsyncClient.rebootCacheClusterAsync(RebootCacheClusterRequest rebootCacheClusterRequest,
AsyncHandler<RebootCacheClusterRequest,CacheCluster> asyncHandler)
The RebootCacheCluster operation reboots some, or all, of the cache cluster nodes within a provisioned cache cluster. |
Future<CacheCluster> |
AmazonElastiCacheAsync.rebootCacheClusterAsync(RebootCacheClusterRequest rebootCacheClusterRequest,
AsyncHandler<RebootCacheClusterRequest,CacheCluster> asyncHandler)
The RebootCacheCluster operation reboots some, or all, of the cache cluster nodes within a provisioned cache cluster. |
Uses of RebootCacheClusterRequest in com.amazonaws.services.elasticache.model |
---|
Methods in com.amazonaws.services.elasticache.model that return RebootCacheClusterRequest | |
---|---|
RebootCacheClusterRequest |
RebootCacheClusterRequest.withCacheClusterId(String cacheClusterId)
The cache cluster identifier. |
RebootCacheClusterRequest |
RebootCacheClusterRequest.withCacheNodeIdsToReboot(Collection<String> cacheNodeIdsToReboot)
A list of cache cluster node IDs to reboot. |
RebootCacheClusterRequest |
RebootCacheClusterRequest.withCacheNodeIdsToReboot(String... cacheNodeIdsToReboot)
A list of cache cluster node IDs to reboot. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |