Uses of Class
software.amazon.awssdk.services.omics.model.AnnotationStoreVersionItem
-
Packages that use AnnotationStoreVersionItem Package Description software.amazon.awssdk.services.omics.model software.amazon.awssdk.services.omics.paginators -
-
Uses of AnnotationStoreVersionItem in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return types with arguments of type AnnotationStoreVersionItem Modifier and Type Method Description List<AnnotationStoreVersionItem>ListAnnotationStoreVersionsResponse. annotationStoreVersions()Lists all versions of an annotation store.Methods in software.amazon.awssdk.services.omics.model with parameters of type AnnotationStoreVersionItem Modifier and Type Method Description ListAnnotationStoreVersionsResponse.BuilderListAnnotationStoreVersionsResponse.Builder. annotationStoreVersions(AnnotationStoreVersionItem... annotationStoreVersions)Lists all versions of an annotation store.Method parameters in software.amazon.awssdk.services.omics.model with type arguments of type AnnotationStoreVersionItem Modifier and Type Method Description ListAnnotationStoreVersionsResponse.BuilderListAnnotationStoreVersionsResponse.Builder. annotationStoreVersions(Collection<AnnotationStoreVersionItem> annotationStoreVersions)Lists all versions of an annotation store. -
Uses of AnnotationStoreVersionItem in software.amazon.awssdk.services.omics.paginators
Methods in software.amazon.awssdk.services.omics.paginators that return types with arguments of type AnnotationStoreVersionItem Modifier and Type Method Description SdkIterable<AnnotationStoreVersionItem>ListAnnotationStoreVersionsIterable. annotationStoreVersions()Returns an iterable to iterate through the paginatedListAnnotationStoreVersionsResponse.annotationStoreVersions()member.SdkPublisher<AnnotationStoreVersionItem>ListAnnotationStoreVersionsPublisher. annotationStoreVersions()Returns a publisher that can be used to get a stream of data.
-