Uses of Class
com.amazonaws.services.elasticache.model.ModifyCacheSubnetGroupRequest

Packages that use ModifyCacheSubnetGroupRequest
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 ModifyCacheSubnetGroupRequest in com.amazonaws.services.elasticache
 

Methods in com.amazonaws.services.elasticache with parameters of type ModifyCacheSubnetGroupRequest
 CacheSubnetGroup AmazonElastiCacheClient.modifyCacheSubnetGroup(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest)
           The ModifyCacheSubnetGroup operation modifies an existing cache subnet group.
 CacheSubnetGroup AmazonElastiCache.modifyCacheSubnetGroup(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest)
           The ModifyCacheSubnetGroup operation modifies an existing cache subnet group.
 Future<CacheSubnetGroup> AmazonElastiCacheAsyncClient.modifyCacheSubnetGroupAsync(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest)
           The ModifyCacheSubnetGroup operation modifies an existing cache subnet group.
 Future<CacheSubnetGroup> AmazonElastiCacheAsync.modifyCacheSubnetGroupAsync(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest)
           The ModifyCacheSubnetGroup operation modifies an existing cache subnet group.
 Future<CacheSubnetGroup> AmazonElastiCacheAsyncClient.modifyCacheSubnetGroupAsync(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest, AsyncHandler<ModifyCacheSubnetGroupRequest,CacheSubnetGroup> asyncHandler)
           The ModifyCacheSubnetGroup operation modifies an existing cache subnet group.
 Future<CacheSubnetGroup> AmazonElastiCacheAsync.modifyCacheSubnetGroupAsync(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest, AsyncHandler<ModifyCacheSubnetGroupRequest,CacheSubnetGroup> asyncHandler)
           The ModifyCacheSubnetGroup operation modifies an existing cache subnet group.
 

Method parameters in com.amazonaws.services.elasticache with type arguments of type ModifyCacheSubnetGroupRequest
 Future<CacheSubnetGroup> AmazonElastiCacheAsyncClient.modifyCacheSubnetGroupAsync(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest, AsyncHandler<ModifyCacheSubnetGroupRequest,CacheSubnetGroup> asyncHandler)
           The ModifyCacheSubnetGroup operation modifies an existing cache subnet group.
 Future<CacheSubnetGroup> AmazonElastiCacheAsync.modifyCacheSubnetGroupAsync(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest, AsyncHandler<ModifyCacheSubnetGroupRequest,CacheSubnetGroup> asyncHandler)
           The ModifyCacheSubnetGroup operation modifies an existing cache subnet group.
 

Uses of ModifyCacheSubnetGroupRequest in com.amazonaws.services.elasticache.model
 

Methods in com.amazonaws.services.elasticache.model that return ModifyCacheSubnetGroupRequest
 ModifyCacheSubnetGroupRequest ModifyCacheSubnetGroupRequest.withCacheSubnetGroupDescription(String cacheSubnetGroupDescription)
          A description for the cache subnet group.
 ModifyCacheSubnetGroupRequest ModifyCacheSubnetGroupRequest.withCacheSubnetGroupName(String cacheSubnetGroupName)
          The name for the cache subnet group.
 ModifyCacheSubnetGroupRequest ModifyCacheSubnetGroupRequest.withSubnetIds(Collection<String> subnetIds)
          The EC2 subnet IDs for the cache subnet group.
 ModifyCacheSubnetGroupRequest ModifyCacheSubnetGroupRequest.withSubnetIds(String... subnetIds)
          The EC2 subnet IDs for the cache subnet group.
 



Copyright © 2016. All rights reserved.