Uses of Class
com.amazonaws.services.elasticache.model.CacheSubnetGroup
Packages that use CacheSubnetGroup
-
Uses of CacheSubnetGroup in com.amazonaws.services.elasticache
Methods in com.amazonaws.services.elasticache that return CacheSubnetGroupModifier and TypeMethodDescriptionAbstractAmazonElastiCache.createCacheSubnetGroup
(CreateCacheSubnetGroupRequest request) AmazonElastiCache.createCacheSubnetGroup
(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest) The CreateCacheSubnetGroup action creates a new cache subnet group.AmazonElastiCacheClient.createCacheSubnetGroup
(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest) The CreateCacheSubnetGroup action creates a new cache subnet group.AbstractAmazonElastiCache.modifyCacheSubnetGroup
(ModifyCacheSubnetGroupRequest request) AmazonElastiCache.modifyCacheSubnetGroup
(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest) The ModifyCacheSubnetGroup action modifies an existing cache subnet group.AmazonElastiCacheClient.modifyCacheSubnetGroup
(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest) The ModifyCacheSubnetGroup action modifies an existing cache subnet group.Methods in com.amazonaws.services.elasticache that return types with arguments of type CacheSubnetGroupModifier and TypeMethodDescriptionAbstractAmazonElastiCacheAsync.createCacheSubnetGroupAsync
(CreateCacheSubnetGroupRequest request) AbstractAmazonElastiCacheAsync.createCacheSubnetGroupAsync
(CreateCacheSubnetGroupRequest request, AsyncHandler<CreateCacheSubnetGroupRequest, CacheSubnetGroup> asyncHandler) AmazonElastiCacheAsync.createCacheSubnetGroupAsync
(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest) The CreateCacheSubnetGroup action creates a new cache subnet group.AmazonElastiCacheAsync.createCacheSubnetGroupAsync
(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest, AsyncHandler<CreateCacheSubnetGroupRequest, CacheSubnetGroup> asyncHandler) The CreateCacheSubnetGroup action creates a new cache subnet group.AmazonElastiCacheAsyncClient.createCacheSubnetGroupAsync
(CreateCacheSubnetGroupRequest request) AmazonElastiCacheAsyncClient.createCacheSubnetGroupAsync
(CreateCacheSubnetGroupRequest request, AsyncHandler<CreateCacheSubnetGroupRequest, CacheSubnetGroup> asyncHandler) AbstractAmazonElastiCacheAsync.modifyCacheSubnetGroupAsync
(ModifyCacheSubnetGroupRequest request) AbstractAmazonElastiCacheAsync.modifyCacheSubnetGroupAsync
(ModifyCacheSubnetGroupRequest request, AsyncHandler<ModifyCacheSubnetGroupRequest, CacheSubnetGroup> asyncHandler) AmazonElastiCacheAsync.modifyCacheSubnetGroupAsync
(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest) The ModifyCacheSubnetGroup action modifies an existing cache subnet group.AmazonElastiCacheAsync.modifyCacheSubnetGroupAsync
(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest, AsyncHandler<ModifyCacheSubnetGroupRequest, CacheSubnetGroup> asyncHandler) The ModifyCacheSubnetGroup action modifies an existing cache subnet group.AmazonElastiCacheAsyncClient.modifyCacheSubnetGroupAsync
(ModifyCacheSubnetGroupRequest request) AmazonElastiCacheAsyncClient.modifyCacheSubnetGroupAsync
(ModifyCacheSubnetGroupRequest request, AsyncHandler<ModifyCacheSubnetGroupRequest, CacheSubnetGroup> asyncHandler) Method parameters in com.amazonaws.services.elasticache with type arguments of type CacheSubnetGroupModifier and TypeMethodDescriptionAbstractAmazonElastiCacheAsync.createCacheSubnetGroupAsync
(CreateCacheSubnetGroupRequest request, AsyncHandler<CreateCacheSubnetGroupRequest, CacheSubnetGroup> asyncHandler) AmazonElastiCacheAsync.createCacheSubnetGroupAsync
(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest, AsyncHandler<CreateCacheSubnetGroupRequest, CacheSubnetGroup> asyncHandler) The CreateCacheSubnetGroup action creates a new cache subnet group.AmazonElastiCacheAsyncClient.createCacheSubnetGroupAsync
(CreateCacheSubnetGroupRequest request, AsyncHandler<CreateCacheSubnetGroupRequest, CacheSubnetGroup> asyncHandler) AbstractAmazonElastiCacheAsync.modifyCacheSubnetGroupAsync
(ModifyCacheSubnetGroupRequest request, AsyncHandler<ModifyCacheSubnetGroupRequest, CacheSubnetGroup> asyncHandler) AmazonElastiCacheAsync.modifyCacheSubnetGroupAsync
(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest, AsyncHandler<ModifyCacheSubnetGroupRequest, CacheSubnetGroup> asyncHandler) The ModifyCacheSubnetGroup action modifies an existing cache subnet group.AmazonElastiCacheAsyncClient.modifyCacheSubnetGroupAsync
(ModifyCacheSubnetGroupRequest request, AsyncHandler<ModifyCacheSubnetGroupRequest, CacheSubnetGroup> asyncHandler) -
Uses of CacheSubnetGroup in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return CacheSubnetGroupModifier and TypeMethodDescriptionCacheSubnetGroup.clone()
CacheSubnetGroup.withCacheSubnetGroupDescription
(String cacheSubnetGroupDescription) The description of the cache subnet group.CacheSubnetGroup.withCacheSubnetGroupName
(String cacheSubnetGroupName) The name of the cache subnet group.CacheSubnetGroup.withSubnets
(Subnet... subnets) A list of subnets associated with the cache subnet group.CacheSubnetGroup.withSubnets
(Collection<Subnet> subnets) A list of subnets associated with the cache subnet group.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 CacheSubnetGroupModifier and TypeMethodDescriptionDescribeCacheSubnetGroupsResult.getCacheSubnetGroups()
A list of cache subnet groups.Methods in com.amazonaws.services.elasticache.model with parameters of type CacheSubnetGroupModifier and TypeMethodDescriptionDescribeCacheSubnetGroupsResult.withCacheSubnetGroups
(CacheSubnetGroup... cacheSubnetGroups) A list of cache subnet groups.Method parameters in com.amazonaws.services.elasticache.model with type arguments of type CacheSubnetGroupModifier and TypeMethodDescriptionvoid
DescribeCacheSubnetGroupsResult.setCacheSubnetGroups
(Collection<CacheSubnetGroup> cacheSubnetGroups) A list of cache subnet groups.DescribeCacheSubnetGroupsResult.withCacheSubnetGroups
(Collection<CacheSubnetGroup> cacheSubnetGroups) A list of cache subnet groups.