Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.CreateImportTaskResponse
Packages that use CreateImportTaskResponse
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 CreateImportTaskResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return CreateImportTaskResponseModifier and TypeMethodDescriptiondefault CreateImportTaskResponseCloudWatchLogsClient.createImportTask(Consumer<CreateImportTaskRequest.Builder> createImportTaskRequest) Starts an import from a data source to CloudWatch Log and creates a managed log group as the destination for the imported data.default CreateImportTaskResponseCloudWatchLogsClient.createImportTask(CreateImportTaskRequest createImportTaskRequest) Starts an import from a data source to CloudWatch Log and creates a managed log group as the destination for the imported data.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type CreateImportTaskResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.createImportTask(Consumer<CreateImportTaskRequest.Builder> createImportTaskRequest) Starts an import from a data source to CloudWatch Log and creates a managed log group as the destination for the imported data.CloudWatchLogsAsyncClient.createImportTask(CreateImportTaskRequest createImportTaskRequest) Starts an import from a data source to CloudWatch Log and creates a managed log group as the destination for the imported data.