Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DeleteDeliveryDestinationResponse
Packages that use DeleteDeliveryDestinationResponse
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 DeleteDeliveryDestinationResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DeleteDeliveryDestinationResponseModifier and TypeMethodDescriptionCloudWatchLogsClient.deleteDeliveryDestination(Consumer<DeleteDeliveryDestinationRequest.Builder> deleteDeliveryDestinationRequest) Deletes a delivery destination.CloudWatchLogsClient.deleteDeliveryDestination(DeleteDeliveryDestinationRequest deleteDeliveryDestinationRequest) Deletes a delivery destination.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type DeleteDeliveryDestinationResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.deleteDeliveryDestination(Consumer<DeleteDeliveryDestinationRequest.Builder> deleteDeliveryDestinationRequest) Deletes a delivery destination.CloudWatchLogsAsyncClient.deleteDeliveryDestination(DeleteDeliveryDestinationRequest deleteDeliveryDestinationRequest) Deletes a delivery destination.