| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics |
This is the Amazon Omics API Reference.
|
| software.amazon.awssdk.services.omics.model | |
| software.amazon.awssdk.services.omics.waiters |
| Modifier and Type | Method and Description |
|---|---|
default GetAnnotationStoreResponse |
OmicsClient.getAnnotationStore(Consumer<GetAnnotationStoreRequest.Builder> getAnnotationStoreRequest)
Gets information about an annotation store.
|
default CompletableFuture<GetAnnotationStoreResponse> |
OmicsAsyncClient.getAnnotationStore(Consumer<GetAnnotationStoreRequest.Builder> getAnnotationStoreRequest)
Gets information about an annotation store.
|
| Modifier and Type | Method and Description |
|---|---|
static GetAnnotationStoreRequest.Builder |
GetAnnotationStoreRequest.builder() |
GetAnnotationStoreRequest.Builder |
GetAnnotationStoreRequest.Builder.name(String name)
The store's name.
|
GetAnnotationStoreRequest.Builder |
GetAnnotationStoreRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAnnotationStoreRequest.Builder |
GetAnnotationStoreRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetAnnotationStoreRequest.Builder |
GetAnnotationStoreRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetAnnotationStoreRequest.Builder> |
GetAnnotationStoreRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.