Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.Import
-
Packages that use Import Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of Import in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type Import Modifier and Type Method Description List<Import>DescribeImportTasksResponse. imports()The list of import tasks that match the request filters.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type Import Modifier and Type Method Description DescribeImportTasksResponse.BuilderDescribeImportTasksResponse.Builder. imports(Import... imports)The list of import tasks that match the request filters.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type Import Modifier and Type Method Description DescribeImportTasksResponse.BuilderDescribeImportTasksResponse.Builder. imports(Collection<Import> imports)The list of import tasks that match the request filters.
-