Uses of Class
software.amazon.awssdk.services.omics.model.StartReferenceImportJobSourceItem
-
Packages that use StartReferenceImportJobSourceItem Package Description software.amazon.awssdk.services.omics.model -
-
Uses of StartReferenceImportJobSourceItem in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return types with arguments of type StartReferenceImportJobSourceItem Modifier and Type Method Description List<StartReferenceImportJobSourceItem>StartReferenceImportJobRequest. sources()The job's source files.Methods in software.amazon.awssdk.services.omics.model with parameters of type StartReferenceImportJobSourceItem Modifier and Type Method Description StartReferenceImportJobRequest.BuilderStartReferenceImportJobRequest.Builder. sources(StartReferenceImportJobSourceItem... sources)The job's source files.Method parameters in software.amazon.awssdk.services.omics.model with type arguments of type StartReferenceImportJobSourceItem Modifier and Type Method Description StartReferenceImportJobRequest.BuilderStartReferenceImportJobRequest.Builder. sources(Collection<StartReferenceImportJobSourceItem> sources)The job's source files.
-