Uses of Class
software.amazon.awssdk.services.frauddetector.model.BatchImport
-
Packages that use BatchImport Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of BatchImport in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type BatchImport Modifier and Type Method Description List<BatchImport>GetBatchImportJobsResponse. batchImports()An array containing the details of each batch import job.Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type BatchImport Modifier and Type Method Description GetBatchImportJobsResponse.BuilderGetBatchImportJobsResponse.Builder. batchImports(BatchImport... batchImports)An array containing the details of each batch import job.Method parameters in software.amazon.awssdk.services.frauddetector.model with type arguments of type BatchImport Modifier and Type Method Description GetBatchImportJobsResponse.BuilderGetBatchImportJobsResponse.Builder. batchImports(Collection<BatchImport> batchImports)An array containing the details of each batch import job.
-