Uses of Class
software.amazon.awssdk.services.elasticache.model.DeleteCacheSubnetGroupResponse
-
Packages that use DeleteCacheSubnetGroupResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of DeleteCacheSubnetGroupResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return DeleteCacheSubnetGroupResponse Modifier and Type Method Description default DeleteCacheSubnetGroupResponseElastiCacheClient. deleteCacheSubnetGroup(Consumer<DeleteCacheSubnetGroupRequest.Builder> deleteCacheSubnetGroupRequest)Deletes a cache subnet group.default DeleteCacheSubnetGroupResponseElastiCacheClient. deleteCacheSubnetGroup(DeleteCacheSubnetGroupRequest deleteCacheSubnetGroupRequest)Deletes a cache subnet group.Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type DeleteCacheSubnetGroupResponse Modifier and Type Method Description default CompletableFuture<DeleteCacheSubnetGroupResponse>ElastiCacheAsyncClient. deleteCacheSubnetGroup(Consumer<DeleteCacheSubnetGroupRequest.Builder> deleteCacheSubnetGroupRequest)Deletes a cache subnet group.default CompletableFuture<DeleteCacheSubnetGroupResponse>ElastiCacheAsyncClient. deleteCacheSubnetGroup(DeleteCacheSubnetGroupRequest deleteCacheSubnetGroupRequest)Deletes a cache subnet group.
-