Uses of Class
software.amazon.awssdk.services.elasticache.model.DeleteCacheParameterGroupResponse
-
Packages that use DeleteCacheParameterGroupResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of DeleteCacheParameterGroupResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return DeleteCacheParameterGroupResponse Modifier and Type Method Description default DeleteCacheParameterGroupResponseElastiCacheClient. deleteCacheParameterGroup(Consumer<DeleteCacheParameterGroupRequest.Builder> deleteCacheParameterGroupRequest)Deletes the specified cache parameter group.default DeleteCacheParameterGroupResponseElastiCacheClient. deleteCacheParameterGroup(DeleteCacheParameterGroupRequest deleteCacheParameterGroupRequest)Deletes the specified cache parameter group.Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type DeleteCacheParameterGroupResponse Modifier and Type Method Description default CompletableFuture<DeleteCacheParameterGroupResponse>ElastiCacheAsyncClient. deleteCacheParameterGroup(Consumer<DeleteCacheParameterGroupRequest.Builder> deleteCacheParameterGroupRequest)Deletes the specified cache parameter group.default CompletableFuture<DeleteCacheParameterGroupResponse>ElastiCacheAsyncClient. deleteCacheParameterGroup(DeleteCacheParameterGroupRequest deleteCacheParameterGroupRequest)Deletes the specified cache parameter group.
-