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

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

Methods in com.amazonaws.services.elasticache that return CacheSubnetGroup
 CacheSubnetGroup AmazonElastiCacheClient.createCacheSubnetGroup(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest)
           The CreateCacheSubnetGroup operation creates a new cache subnet group.
 CacheSubnetGroup AmazonElastiCache.createCacheSubnetGroup(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest)
           The CreateCacheSubnetGroup operation creates a new cache subnet group.
 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.
 

Methods in com.amazonaws.services.elasticache that return types with arguments of type CacheSubnetGroup
 Future<CacheSubnetGroup> AmazonElastiCacheAsyncClient.createCacheSubnetGroupAsync(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest)
           The CreateCacheSubnetGroup operation creates a new cache subnet group.
 Future<CacheSubnetGroup> AmazonElastiCacheAsync.createCacheSubnetGroupAsync(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest)
           The CreateCacheSubnetGroup operation creates a new cache subnet group.
 Future<CacheSubnetGroup> AmazonElastiCacheAsyncClient.createCacheSubnetGroupAsync(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest, AsyncHandler<CreateCacheSubnetGroupRequest,CacheSubnetGroup> asyncHandler)
           The CreateCacheSubnetGroup operation creates a new cache subnet group.
 Future<CacheSubnetGroup> AmazonElastiCacheAsync.createCacheSubnetGroupAsync(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest, AsyncHandler<CreateCacheSubnetGroupRequest,CacheSubnetGroup> asyncHandler)
           The CreateCacheSubnetGroup operation creates a new 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 CacheSubnetGroup
 Future<CacheSubnetGroup> AmazonElastiCacheAsyncClient.createCacheSubnetGroupAsync(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest, AsyncHandler<CreateCacheSubnetGroupRequest,CacheSubnetGroup> asyncHandler)
           The CreateCacheSubnetGroup operation creates a new cache subnet group.
 Future<CacheSubnetGroup> AmazonElastiCacheAsync.createCacheSubnetGroupAsync(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest, AsyncHandler<CreateCacheSubnetGroupRequest,CacheSubnetGroup> asyncHandler)
           The CreateCacheSubnetGroup operation creates a new 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.
 

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

Methods in com.amazonaws.services.elasticache.model that return CacheSubnetGroup
 CacheSubnetGroup CacheSubnetGroup.withCacheSubnetGroupDescription(String cacheSubnetGroupDescription)
          The description of the cache subnet group.
 CacheSubnetGroup CacheSubnetGroup.withCacheSubnetGroupName(String cacheSubnetGroupName)
          The name of the cache subnet group.
 CacheSubnetGroup CacheSubnetGroup.withSubnets(Collection<Subnet> subnets)
          A list of subnets associated with the cache subnet group.
 CacheSubnetGroup CacheSubnetGroup.withSubnets(Subnet... subnets)
          A list of subnets associated with the cache subnet group.
 CacheSubnetGroup CacheSubnetGroup.withVpcId(String vpcId)
          The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.
 

Methods in com.amazonaws.services.elasticache.model that return types with arguments of type CacheSubnetGroup
 List<CacheSubnetGroup> DescribeCacheSubnetGroupsResult.getCacheSubnetGroups()
          A list of cache subnet groups.
 

Methods in com.amazonaws.services.elasticache.model with parameters of type CacheSubnetGroup
 DescribeCacheSubnetGroupsResult DescribeCacheSubnetGroupsResult.withCacheSubnetGroups(CacheSubnetGroup... cacheSubnetGroups)
          A list of cache subnet groups.
 

Method parameters in com.amazonaws.services.elasticache.model with type arguments of type CacheSubnetGroup
 void DescribeCacheSubnetGroupsResult.setCacheSubnetGroups(Collection<CacheSubnetGroup> cacheSubnetGroups)
          A list of cache subnet groups.
 DescribeCacheSubnetGroupsResult DescribeCacheSubnetGroupsResult.withCacheSubnetGroups(Collection<CacheSubnetGroup> cacheSubnetGroups)
          A list of cache subnet groups.
 



Copyright © 2016. All rights reserved.