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