| Package | Description |
|---|---|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
ExportReadSetDetail |
ExportReadSetDetail.clone() |
ExportReadSetDetail |
ExportReadSetDetail.withId(String id)
The set's ID.
|
ExportReadSetDetail |
ExportReadSetDetail.withStatus(ReadSetExportJobItemStatus status)
The set's status.
|
ExportReadSetDetail |
ExportReadSetDetail.withStatus(String status)
The set's status.
|
ExportReadSetDetail |
ExportReadSetDetail.withStatusMessage(String statusMessage)
The set's status message.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExportReadSetDetail> |
GetReadSetExportJobResult.getReadSets()
The job's read sets.
|
| Modifier and Type | Method and Description |
|---|---|
GetReadSetExportJobResult |
GetReadSetExportJobResult.withReadSets(ExportReadSetDetail... readSets)
The job's read sets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetReadSetExportJobResult.setReadSets(Collection<ExportReadSetDetail> readSets)
The job's read sets.
|
GetReadSetExportJobResult |
GetReadSetExportJobResult.withReadSets(Collection<ExportReadSetDetail> readSets)
The job's read sets.
|
Copyright © 2023. All rights reserved.