| Package | Description |
|---|---|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
VersionDeleteError |
VersionDeleteError.clone() |
VersionDeleteError |
VersionDeleteError.withMessage(String message)
The message explaining the error in annotation store deletion.
|
VersionDeleteError |
VersionDeleteError.withVersionName(String versionName)
The name given to an annotation store version.
|
| Modifier and Type | Method and Description |
|---|---|
List<VersionDeleteError> |
DeleteAnnotationStoreVersionsResult.getErrors()
Any errors that occur when attempting to delete an annotation store version.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteAnnotationStoreVersionsResult |
DeleteAnnotationStoreVersionsResult.withErrors(VersionDeleteError... errors)
Any errors that occur when attempting to delete an annotation store version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteAnnotationStoreVersionsResult.setErrors(Collection<VersionDeleteError> errors)
Any errors that occur when attempting to delete an annotation store version.
|
DeleteAnnotationStoreVersionsResult |
DeleteAnnotationStoreVersionsResult.withErrors(Collection<VersionDeleteError> errors)
Any errors that occur when attempting to delete an annotation store version.
|
Copyright © 2024. All rights reserved.