Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.CancelExportTaskResponse
Packages that use CancelExportTaskResponse
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 CancelExportTaskResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return CancelExportTaskResponseModifier and TypeMethodDescriptiondefault CancelExportTaskResponseCloudWatchLogsClient.cancelExportTask(Consumer<CancelExportTaskRequest.Builder> cancelExportTaskRequest) Cancels the specified export task.default CancelExportTaskResponseCloudWatchLogsClient.cancelExportTask(CancelExportTaskRequest cancelExportTaskRequest) Cancels the specified export task.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type CancelExportTaskResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.cancelExportTask(Consumer<CancelExportTaskRequest.Builder> cancelExportTaskRequest) Cancels the specified export task.CloudWatchLogsAsyncClient.cancelExportTask(CancelExportTaskRequest cancelExportTaskRequest) Cancels the specified export task.