| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics |
This is the Amazon Omics API Reference.
|
| software.amazon.awssdk.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
default DeleteAnnotationStoreResponse |
OmicsClient.deleteAnnotationStore(Consumer<DeleteAnnotationStoreRequest.Builder> deleteAnnotationStoreRequest)
Deletes an annotation store.
|
default CompletableFuture<DeleteAnnotationStoreResponse> |
OmicsAsyncClient.deleteAnnotationStore(Consumer<DeleteAnnotationStoreRequest.Builder> deleteAnnotationStoreRequest)
Deletes an annotation store.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteAnnotationStoreRequest.Builder |
DeleteAnnotationStoreRequest.builder() |
DeleteAnnotationStoreRequest.Builder |
DeleteAnnotationStoreRequest.Builder.force(Boolean force)
Whether to force deletion.
|
DeleteAnnotationStoreRequest.Builder |
DeleteAnnotationStoreRequest.Builder.name(String name)
The store's name.
|
DeleteAnnotationStoreRequest.Builder |
DeleteAnnotationStoreRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteAnnotationStoreRequest.Builder |
DeleteAnnotationStoreRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteAnnotationStoreRequest.Builder |
DeleteAnnotationStoreRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteAnnotationStoreRequest.Builder> |
DeleteAnnotationStoreRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.