| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
static StoreOptions |
StoreOptions.fromTsvStoreOptions(Consumer<TsvStoreOptions.Builder> tsvStoreOptions)
Create an instance of this class with
tsvStoreOptions() initialized to the given value. |
static StoreOptions |
StoreOptions.fromTsvStoreOptions(TsvStoreOptions tsvStoreOptions)
Create an instance of this class with
tsvStoreOptions() initialized to the given value. |
StoreOptions |
UpdateAnnotationStoreResponse.storeOptions()
Parsing options for the store.
|
StoreOptions |
CreateAnnotationStoreRequest.storeOptions()
File parsing options for the annotation store.
|
StoreOptions |
CreateAnnotationStoreResponse.storeOptions()
The store's file parsing options.
|
StoreOptions |
GetAnnotationStoreResponse.storeOptions()
The store's parsing options.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAnnotationStoreResponse.Builder |
UpdateAnnotationStoreResponse.Builder.storeOptions(StoreOptions storeOptions)
Parsing options for the store.
|
CreateAnnotationStoreRequest.Builder |
CreateAnnotationStoreRequest.Builder.storeOptions(StoreOptions storeOptions)
File parsing options for the annotation store.
|
CreateAnnotationStoreResponse.Builder |
CreateAnnotationStoreResponse.Builder.storeOptions(StoreOptions storeOptions)
The store's file parsing options.
|
GetAnnotationStoreResponse.Builder |
GetAnnotationStoreResponse.Builder.storeOptions(StoreOptions storeOptions)
The store's parsing options.
|
Copyright © 2023. All rights reserved.