Uses of Class
software.amazon.awssdk.services.omics.model.AnnotationImportItemDetail
-
Packages that use AnnotationImportItemDetail Package Description software.amazon.awssdk.services.omics.model -
-
Uses of AnnotationImportItemDetail in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return types with arguments of type AnnotationImportItemDetail Modifier and Type Method Description List<AnnotationImportItemDetail>GetAnnotationImportJobResponse. items()The job's imported items.Methods in software.amazon.awssdk.services.omics.model with parameters of type AnnotationImportItemDetail Modifier and Type Method Description GetAnnotationImportJobResponse.BuilderGetAnnotationImportJobResponse.Builder. items(AnnotationImportItemDetail... items)The job's imported items.Method parameters in software.amazon.awssdk.services.omics.model with type arguments of type AnnotationImportItemDetail Modifier and Type Method Description GetAnnotationImportJobResponse.BuilderGetAnnotationImportJobResponse.Builder. items(Collection<AnnotationImportItemDetail> items)The job's imported items.
-