Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.CreateExportTaskResponse
-
Packages that use CreateExportTaskResponse 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 CreateExportTaskResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return CreateExportTaskResponse Modifier and Type Method Description default CreateExportTaskResponseCloudWatchLogsClient. createExportTask(Consumer<CreateExportTaskRequest.Builder> createExportTaskRequest)Creates an export task so that you can efficiently export data from a log group to an Amazon S3 bucket.default CreateExportTaskResponseCloudWatchLogsClient. createExportTask(CreateExportTaskRequest createExportTaskRequest)Creates an export task so that you can efficiently export data from a log group to an Amazon S3 bucket.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type CreateExportTaskResponse Modifier and Type Method Description default CompletableFuture<CreateExportTaskResponse>CloudWatchLogsAsyncClient. createExportTask(Consumer<CreateExportTaskRequest.Builder> createExportTaskRequest)Creates an export task so that you can efficiently export data from a log group to an Amazon S3 bucket.default CompletableFuture<CreateExportTaskResponse>CloudWatchLogsAsyncClient. createExportTask(CreateExportTaskRequest createExportTaskRequest)Creates an export task so that you can efficiently export data from a log group to an Amazon S3 bucket.
-