Uses of Class
com.amazonaws.services.elasticache.model.ModifyCacheSubnetGroupRequest
Packages that use ModifyCacheSubnetGroupRequest
-
Uses of ModifyCacheSubnetGroupRequest in com.amazonaws.services.elasticache
Methods in com.amazonaws.services.elasticache with parameters of type ModifyCacheSubnetGroupRequestModifier and TypeMethodDescriptionAbstractAmazonElastiCache.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.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 ModifyCacheSubnetGroupRequestModifier and TypeMethodDescriptionAbstractAmazonElastiCacheAsync.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 ModifyCacheSubnetGroupRequest in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return ModifyCacheSubnetGroupRequestModifier and TypeMethodDescriptionModifyCacheSubnetGroupRequest.clone()
ModifyCacheSubnetGroupRequest.withCacheSubnetGroupDescription
(String cacheSubnetGroupDescription) A description for the cache subnet group.ModifyCacheSubnetGroupRequest.withCacheSubnetGroupName
(String cacheSubnetGroupName) The name for the cache subnet group.ModifyCacheSubnetGroupRequest.withSubnetIds
(String... subnetIds) The EC2 subnet IDs for the cache subnet group.ModifyCacheSubnetGroupRequest.withSubnetIds
(Collection<String> subnetIds) The EC2 subnet IDs for the cache subnet group.