Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DeleteDeliveryResponse
Packages that use DeleteDeliveryResponse
Package
Description
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
-
Uses of DeleteDeliveryResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DeleteDeliveryResponseModifier and TypeMethodDescriptiondefault DeleteDeliveryResponseCloudWatchLogsClient.deleteDelivery(Consumer<DeleteDeliveryRequest.Builder> deleteDeliveryRequest) Deletes a delivery.default DeleteDeliveryResponseCloudWatchLogsClient.deleteDelivery(DeleteDeliveryRequest deleteDeliveryRequest) Deletes a delivery.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type DeleteDeliveryResponseModifier and TypeMethodDescriptiondefault CompletableFuture<DeleteDeliveryResponse>CloudWatchLogsAsyncClient.deleteDelivery(Consumer<DeleteDeliveryRequest.Builder> deleteDeliveryRequest) Deletes a delivery.default CompletableFuture<DeleteDeliveryResponse>CloudWatchLogsAsyncClient.deleteDelivery(DeleteDeliveryRequest deleteDeliveryRequest) Deletes a delivery.