Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ImportBatch
Packages that use ImportBatch
-
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 ImportBatchModifier and TypeMethodDescriptionfinal 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 ImportBatchModifier and TypeMethodDescriptionDescribeImportTaskBatchesResponse.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 ImportBatchModifier and TypeMethodDescriptionDescribeImportTaskBatchesResponse.Builder.importBatches(Collection<ImportBatch> importBatches) The list of import batches that match the request filters.