Uses of Class
software.amazon.awssdk.services.elasticache.model.ModifyCacheSubnetGroupResponse
-
Packages that use ModifyCacheSubnetGroupResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of ModifyCacheSubnetGroupResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return ModifyCacheSubnetGroupResponse Modifier and Type Method Description default ModifyCacheSubnetGroupResponse
ElastiCacheClient. modifyCacheSubnetGroup(Consumer<ModifyCacheSubnetGroupRequest.Builder> modifyCacheSubnetGroupRequest)
Modifies an existing cache subnet group.default ModifyCacheSubnetGroupResponse
ElastiCacheClient. modifyCacheSubnetGroup(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest)
Modifies an existing cache subnet group.Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type ModifyCacheSubnetGroupResponse Modifier and Type Method Description default CompletableFuture<ModifyCacheSubnetGroupResponse>
ElastiCacheAsyncClient. modifyCacheSubnetGroup(Consumer<ModifyCacheSubnetGroupRequest.Builder> modifyCacheSubnetGroupRequest)
Modifies an existing cache subnet group.default CompletableFuture<ModifyCacheSubnetGroupResponse>
ElastiCacheAsyncClient. modifyCacheSubnetGroup(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest)
Modifies an existing cache subnet group.
-