Uses of Interface
software.amazon.awssdk.services.omics.model.UpdateAnnotationStoreRequest.Builder
-
Packages that use UpdateAnnotationStoreRequest.Builder Package Description software.amazon.awssdk.services.omics This is the AWS HealthOmics API Reference.software.amazon.awssdk.services.omics.model -
-
Uses of UpdateAnnotationStoreRequest.Builder in software.amazon.awssdk.services.omics
Method parameters in software.amazon.awssdk.services.omics with type arguments of type UpdateAnnotationStoreRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateAnnotationStoreResponse>OmicsAsyncClient. updateAnnotationStore(Consumer<UpdateAnnotationStoreRequest.Builder> updateAnnotationStoreRequest)Updates an annotation store.default UpdateAnnotationStoreResponseOmicsClient. updateAnnotationStore(Consumer<UpdateAnnotationStoreRequest.Builder> updateAnnotationStoreRequest)Updates an annotation store. -
Uses of UpdateAnnotationStoreRequest.Builder in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return UpdateAnnotationStoreRequest.Builder Modifier and Type Method Description static UpdateAnnotationStoreRequest.BuilderUpdateAnnotationStoreRequest. builder()UpdateAnnotationStoreRequest.BuilderUpdateAnnotationStoreRequest.Builder. description(String description)A description for the store.UpdateAnnotationStoreRequest.BuilderUpdateAnnotationStoreRequest.Builder. name(String name)A name for the store.UpdateAnnotationStoreRequest.BuilderUpdateAnnotationStoreRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateAnnotationStoreRequest.BuilderUpdateAnnotationStoreRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateAnnotationStoreRequest.BuilderUpdateAnnotationStoreRequest. toBuilder()Methods in software.amazon.awssdk.services.omics.model that return types with arguments of type UpdateAnnotationStoreRequest.Builder Modifier and Type Method Description static Class<? extends UpdateAnnotationStoreRequest.Builder>UpdateAnnotationStoreRequest. serializableBuilderClass()
-