Uses of Class
software.amazon.awssdk.services.omics.model.AnnotationStoreItem
-
Packages that use AnnotationStoreItem Package Description software.amazon.awssdk.services.omics.model software.amazon.awssdk.services.omics.paginators -
-
Uses of AnnotationStoreItem in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return types with arguments of type AnnotationStoreItem Modifier and Type Method Description List<AnnotationStoreItem>ListAnnotationStoresResponse. annotationStores()A list of stores.Methods in software.amazon.awssdk.services.omics.model with parameters of type AnnotationStoreItem Modifier and Type Method Description ListAnnotationStoresResponse.BuilderListAnnotationStoresResponse.Builder. annotationStores(AnnotationStoreItem... annotationStores)A list of stores.Method parameters in software.amazon.awssdk.services.omics.model with type arguments of type AnnotationStoreItem Modifier and Type Method Description ListAnnotationStoresResponse.BuilderListAnnotationStoresResponse.Builder. annotationStores(Collection<AnnotationStoreItem> annotationStores)A list of stores. -
Uses of AnnotationStoreItem in software.amazon.awssdk.services.omics.paginators
Methods in software.amazon.awssdk.services.omics.paginators that return types with arguments of type AnnotationStoreItem Modifier and Type Method Description SdkIterable<AnnotationStoreItem>ListAnnotationStoresIterable. annotationStores()Returns an iterable to iterate through the paginatedListAnnotationStoresResponse.annotationStores()member.SdkPublisher<AnnotationStoreItem>ListAnnotationStoresPublisher. annotationStores()Returns a publisher that can be used to get a stream of data.
-