Uses of Interface
software.amazon.awssdk.services.omics.model.ListAnnotationStoresResponse.Builder
-
Packages that use ListAnnotationStoresResponse.Builder Package Description software.amazon.awssdk.services.omics.model -
-
Uses of ListAnnotationStoresResponse.Builder in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return ListAnnotationStoresResponse.Builder Modifier and Type Method Description ListAnnotationStoresResponse.BuilderListAnnotationStoresResponse.Builder. annotationStores(Collection<AnnotationStoreItem> annotationStores)A list of stores.ListAnnotationStoresResponse.BuilderListAnnotationStoresResponse.Builder. annotationStores(Consumer<AnnotationStoreItem.Builder>... annotationStores)A list of stores.ListAnnotationStoresResponse.BuilderListAnnotationStoresResponse.Builder. annotationStores(AnnotationStoreItem... annotationStores)A list of stores.static ListAnnotationStoresResponse.BuilderListAnnotationStoresResponse. builder()ListAnnotationStoresResponse.BuilderListAnnotationStoresResponse.Builder. nextToken(String nextToken)A pagination token that's included if more results are available.ListAnnotationStoresResponse.BuilderListAnnotationStoresResponse. toBuilder()Methods in software.amazon.awssdk.services.omics.model that return types with arguments of type ListAnnotationStoresResponse.Builder Modifier and Type Method Description static Class<? extends ListAnnotationStoresResponse.Builder>ListAnnotationStoresResponse. serializableBuilderClass()
-