| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics |
This is the AWS HealthOmics API Reference.
|
| software.amazon.awssdk.services.omics.model | |
| software.amazon.awssdk.services.omics.waiters |
| Modifier and Type | Method and Description |
|---|---|
default GetAnnotationStoreVersionResponse |
OmicsClient.getAnnotationStoreVersion(Consumer<GetAnnotationStoreVersionRequest.Builder> getAnnotationStoreVersionRequest)
Retrieves the metadata for an annotation store version.
|
default CompletableFuture<GetAnnotationStoreVersionResponse> |
OmicsAsyncClient.getAnnotationStoreVersion(Consumer<GetAnnotationStoreVersionRequest.Builder> getAnnotationStoreVersionRequest)
Retrieves the metadata for an annotation store version.
|
| Modifier and Type | Method and Description |
|---|---|
static GetAnnotationStoreVersionRequest.Builder |
GetAnnotationStoreVersionRequest.builder() |
GetAnnotationStoreVersionRequest.Builder |
GetAnnotationStoreVersionRequest.Builder.name(String name)
The name given to an annotation store version to distinguish it from others.
|
GetAnnotationStoreVersionRequest.Builder |
GetAnnotationStoreVersionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAnnotationStoreVersionRequest.Builder |
GetAnnotationStoreVersionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetAnnotationStoreVersionRequest.Builder |
GetAnnotationStoreVersionRequest.toBuilder() |
GetAnnotationStoreVersionRequest.Builder |
GetAnnotationStoreVersionRequest.Builder.versionName(String versionName)
The name given to an annotation store version to distinguish it from others.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetAnnotationStoreVersionRequest.Builder> |
GetAnnotationStoreVersionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.