| Package | Description |
|---|---|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
ReferenceStoreDetail |
ReferenceStoreDetail.clone() |
ReferenceStoreDetail |
ReferenceStoreDetail.withArn(String arn)
The store's ARN.
|
ReferenceStoreDetail |
ReferenceStoreDetail.withCreationTime(Date creationTime)
When the store was created.
|
ReferenceStoreDetail |
ReferenceStoreDetail.withDescription(String description)
The store's description.
|
ReferenceStoreDetail |
ReferenceStoreDetail.withId(String id)
The store's ID.
|
ReferenceStoreDetail |
ReferenceStoreDetail.withName(String name)
The store's name.
|
ReferenceStoreDetail |
ReferenceStoreDetail.withSseConfig(SseConfig sseConfig)
The store's server-side encryption (SSE) settings.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReferenceStoreDetail> |
ListReferenceStoresResult.getReferenceStores()
A list of reference stores.
|
| Modifier and Type | Method and Description |
|---|---|
ListReferenceStoresResult |
ListReferenceStoresResult.withReferenceStores(ReferenceStoreDetail... referenceStores)
A list of reference stores.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListReferenceStoresResult.setReferenceStores(Collection<ReferenceStoreDetail> referenceStores)
A list of reference stores.
|
ListReferenceStoresResult |
ListReferenceStoresResult.withReferenceStores(Collection<ReferenceStoreDetail> referenceStores)
A list of reference stores.
|
Copyright © 2023. All rights reserved.