| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateExportTaskResponse |
CloudWatchLogsClient.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 CreateExportTaskResponse |
CloudWatchLogsClient.createExportTask(CreateExportTaskRequest createExportTaskRequest)
Creates an export task so that you can efficiently export data from a log group to an Amazon S3 bucket.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.