Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.CancelExportTaskResponse
-
Packages that use CancelExportTaskResponse Package Description software.amazon.awssdk.services.cloudwatchlogs 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 CancelExportTaskResponse Modifier and Type Method Description default 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 CancelExportTaskResponse Modifier and Type Method Description default CompletableFuture<CancelExportTaskResponse>CloudWatchLogsAsyncClient. cancelExportTask(Consumer<CancelExportTaskRequest.Builder> cancelExportTaskRequest)Cancels the specified export task.default CompletableFuture<CancelExportTaskResponse>CloudWatchLogsAsyncClient. cancelExportTask(CancelExportTaskRequest cancelExportTaskRequest)Cancels the specified export task.
-