| Package | Description |
|---|---|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
AnnotationStoreVersionItem |
AnnotationStoreVersionItem.clone() |
AnnotationStoreVersionItem |
AnnotationStoreVersionItem.withCreationTime(Date creationTime)
The time stamp for when an annotation store version was created.
|
AnnotationStoreVersionItem |
AnnotationStoreVersionItem.withDescription(String description)
The description of an annotation store version.
|
AnnotationStoreVersionItem |
AnnotationStoreVersionItem.withId(String id)
The annotation store version ID.
|
AnnotationStoreVersionItem |
AnnotationStoreVersionItem.withName(String name)
A name given to an annotation store version to distinguish it from others.
|
AnnotationStoreVersionItem |
AnnotationStoreVersionItem.withStatus(String status)
The status of an annotation store version.
|
AnnotationStoreVersionItem |
AnnotationStoreVersionItem.withStatus(VersionStatus status)
The status of an annotation store version.
|
AnnotationStoreVersionItem |
AnnotationStoreVersionItem.withStatusMessage(String statusMessage)
The status of an annotation store version.
|
AnnotationStoreVersionItem |
AnnotationStoreVersionItem.withStoreId(String storeId)
The store ID for an annotation store version.
|
AnnotationStoreVersionItem |
AnnotationStoreVersionItem.withUpdateTime(Date updateTime)
The time stamp for when an annotation store version was updated.
|
AnnotationStoreVersionItem |
AnnotationStoreVersionItem.withVersionArn(String versionArn)
The Arn for an annotation store version.
|
AnnotationStoreVersionItem |
AnnotationStoreVersionItem.withVersionName(String versionName)
The name of an annotation store version.
|
AnnotationStoreVersionItem |
AnnotationStoreVersionItem.withVersionSizeBytes(Long versionSizeBytes)
The size of an annotation store version in Bytes.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationStoreVersionItem> |
ListAnnotationStoreVersionsResult.getAnnotationStoreVersions()
Lists all versions of an annotation store.
|
| Modifier and Type | Method and Description |
|---|---|
ListAnnotationStoreVersionsResult |
ListAnnotationStoreVersionsResult.withAnnotationStoreVersions(AnnotationStoreVersionItem... annotationStoreVersions)
Lists all versions of an annotation store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAnnotationStoreVersionsResult.setAnnotationStoreVersions(Collection<AnnotationStoreVersionItem> annotationStoreVersions)
Lists all versions of an annotation store.
|
ListAnnotationStoreVersionsResult |
ListAnnotationStoreVersionsResult.withAnnotationStoreVersions(Collection<AnnotationStoreVersionItem> annotationStoreVersions)
Lists all versions of an annotation store.
|
Copyright © 2025. All rights reserved.