Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.CreateImportTaskResponse
-
Packages that use CreateImportTaskResponse 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 CreateImportTaskResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return CreateImportTaskResponse Modifier and Type Method Description default 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 CreateImportTaskResponse Modifier and Type Method Description default CompletableFuture<CreateImportTaskResponse>CloudWatchLogsAsyncClient. 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 CompletableFuture<CreateImportTaskResponse>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.
-