Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CacheCluster |
AmazonElastiCacheClient.rebootCacheCluster(RebootCacheClusterRequest rebootCacheClusterRequest)
The RebootCacheCluster action reboots some, or all, of the
cache nodes within a provisioned cache cluster.
|
CacheCluster |
AmazonElastiCache.rebootCacheCluster(RebootCacheClusterRequest rebootCacheClusterRequest)
The RebootCacheCluster action reboots some, or all, of the
cache nodes within a provisioned cache cluster.
|
Future<CacheCluster> |
AmazonElastiCacheAsyncClient.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)
The RebootCacheCluster action reboots some, or all, of the
cache nodes within a provisioned cache cluster.
|
Future<CacheCluster> |
AmazonElastiCacheAsyncClient.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> |
AmazonElastiCacheAsync.rebootCacheClusterAsync(RebootCacheClusterRequest rebootCacheClusterRequest,
AsyncHandler<RebootCacheClusterRequest,CacheCluster> asyncHandler)
The RebootCacheCluster action reboots some, or all, of the
cache nodes within a provisioned cache cluster.
|
Modifier and Type | Method and Description |
---|---|
Future<CacheCluster> |
AmazonElastiCacheAsyncClient.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> |
AmazonElastiCacheAsync.rebootCacheClusterAsync(RebootCacheClusterRequest rebootCacheClusterRequest,
AsyncHandler<RebootCacheClusterRequest,CacheCluster> asyncHandler)
The RebootCacheCluster action reboots some, or all, of the
cache nodes within a provisioned cache cluster.
|
Modifier and Type | Method and Description |
---|---|
RebootCacheClusterRequest |
RebootCacheClusterRequest.clone() |
RebootCacheClusterRequest |
RebootCacheClusterRequest.withCacheClusterId(String cacheClusterId)
The cache cluster identifier.
|
RebootCacheClusterRequest |
RebootCacheClusterRequest.withCacheNodeIdsToReboot(Collection<String> cacheNodeIdsToReboot)
A list of cache node IDs to reboot.
|
RebootCacheClusterRequest |
RebootCacheClusterRequest.withCacheNodeIdsToReboot(String... cacheNodeIdsToReboot)
A list of cache node IDs to reboot.
|
Copyright © 2015. All rights reserved.