Uses of Interface
software.amazon.awssdk.services.omics.model.ListAnnotationStoresRequest.Builder
-
Packages that use ListAnnotationStoresRequest.Builder Package Description software.amazon.awssdk.services.omics This is the AWS HealthOmics API Reference.software.amazon.awssdk.services.omics.model -
-
Uses of ListAnnotationStoresRequest.Builder in software.amazon.awssdk.services.omics
Method parameters in software.amazon.awssdk.services.omics with type arguments of type ListAnnotationStoresRequest.Builder Modifier and Type Method Description default CompletableFuture<ListAnnotationStoresResponse>OmicsAsyncClient. listAnnotationStores(Consumer<ListAnnotationStoresRequest.Builder> listAnnotationStoresRequest)Retrieves a list of annotation stores.default ListAnnotationStoresResponseOmicsClient. listAnnotationStores(Consumer<ListAnnotationStoresRequest.Builder> listAnnotationStoresRequest)Retrieves a list of annotation stores.default ListAnnotationStoresPublisherOmicsAsyncClient. listAnnotationStoresPaginator(Consumer<ListAnnotationStoresRequest.Builder> listAnnotationStoresRequest)Retrieves a list of annotation stores.default ListAnnotationStoresIterableOmicsClient. listAnnotationStoresPaginator(Consumer<ListAnnotationStoresRequest.Builder> listAnnotationStoresRequest)Retrieves a list of annotation stores. -
Uses of ListAnnotationStoresRequest.Builder in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return ListAnnotationStoresRequest.Builder Modifier and Type Method Description static ListAnnotationStoresRequest.BuilderListAnnotationStoresRequest. builder()default ListAnnotationStoresRequest.BuilderListAnnotationStoresRequest.Builder. filter(Consumer<ListAnnotationStoresFilter.Builder> filter)A filter to apply to the list.ListAnnotationStoresRequest.BuilderListAnnotationStoresRequest.Builder. filter(ListAnnotationStoresFilter filter)A filter to apply to the list.ListAnnotationStoresRequest.BuilderListAnnotationStoresRequest.Builder. ids(String... ids)IDs of stores to list.ListAnnotationStoresRequest.BuilderListAnnotationStoresRequest.Builder. ids(Collection<String> ids)IDs of stores to list.ListAnnotationStoresRequest.BuilderListAnnotationStoresRequest.Builder. maxResults(Integer maxResults)The maximum number of stores to return in one page of results.ListAnnotationStoresRequest.BuilderListAnnotationStoresRequest.Builder. nextToken(String nextToken)Specify the pagination token from a previous request to retrieve the next page of results.ListAnnotationStoresRequest.BuilderListAnnotationStoresRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAnnotationStoresRequest.BuilderListAnnotationStoresRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAnnotationStoresRequest.BuilderListAnnotationStoresRequest. toBuilder()Methods in software.amazon.awssdk.services.omics.model that return types with arguments of type ListAnnotationStoresRequest.Builder Modifier and Type Method Description static Class<? extends ListAnnotationStoresRequest.Builder>ListAnnotationStoresRequest. serializableBuilderClass()
-