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