Uses of Class
software.amazon.awssdk.services.omics.model.VariantStoreItem
-
Packages that use VariantStoreItem Package Description software.amazon.awssdk.services.omics.model software.amazon.awssdk.services.omics.paginators -
-
Uses of VariantStoreItem in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return types with arguments of type VariantStoreItem Modifier and Type Method Description List<VariantStoreItem>ListVariantStoresResponse. variantStores()A list of variant stores.Methods in software.amazon.awssdk.services.omics.model with parameters of type VariantStoreItem Modifier and Type Method Description ListVariantStoresResponse.BuilderListVariantStoresResponse.Builder. variantStores(VariantStoreItem... variantStores)A list of variant stores.Method parameters in software.amazon.awssdk.services.omics.model with type arguments of type VariantStoreItem Modifier and Type Method Description ListVariantStoresResponse.BuilderListVariantStoresResponse.Builder. variantStores(Collection<VariantStoreItem> variantStores)A list of variant stores. -
Uses of VariantStoreItem in software.amazon.awssdk.services.omics.paginators
Methods in software.amazon.awssdk.services.omics.paginators that return types with arguments of type VariantStoreItem Modifier and Type Method Description SdkIterable<VariantStoreItem>ListVariantStoresIterable. variantStores()Returns an iterable to iterate through the paginatedListVariantStoresResponse.variantStores()member.SdkPublisher<VariantStoreItem>ListVariantStoresPublisher. variantStores()Returns a publisher that can be used to get a stream of data.
-