| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics |
This is the AWS HealthOmics API Reference.
|
| software.amazon.awssdk.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateAnnotationStoreResponse |
OmicsClient.updateAnnotationStore(Consumer<UpdateAnnotationStoreRequest.Builder> updateAnnotationStoreRequest)
Updates an annotation store.
|
default CompletableFuture<UpdateAnnotationStoreResponse> |
OmicsAsyncClient.updateAnnotationStore(Consumer<UpdateAnnotationStoreRequest.Builder> updateAnnotationStoreRequest)
Updates an annotation store.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateAnnotationStoreRequest.Builder |
UpdateAnnotationStoreRequest.builder() |
UpdateAnnotationStoreRequest.Builder |
UpdateAnnotationStoreRequest.Builder.description(String description)
A description for the store.
|
UpdateAnnotationStoreRequest.Builder |
UpdateAnnotationStoreRequest.Builder.name(String name)
A name for the store.
|
UpdateAnnotationStoreRequest.Builder |
UpdateAnnotationStoreRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAnnotationStoreRequest.Builder |
UpdateAnnotationStoreRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateAnnotationStoreRequest.Builder |
UpdateAnnotationStoreRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateAnnotationStoreRequest.Builder> |
UpdateAnnotationStoreRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.