| Package | Description |
|---|---|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
CompleteReadSetUploadPartListItem |
CompleteReadSetUploadPartListItem.clone() |
CompleteReadSetUploadPartListItem |
CompleteReadSetUploadPartListItem.withChecksum(String checksum)
A unique identifier used to confirm that parts are being added to the correct upload.
|
CompleteReadSetUploadPartListItem |
CompleteReadSetUploadPartListItem.withPartNumber(Integer partNumber)
A number identifying the part in a read set upload.
|
CompleteReadSetUploadPartListItem |
CompleteReadSetUploadPartListItem.withPartSource(ReadSetPartSource partSource)
The source file of the part being uploaded.
|
CompleteReadSetUploadPartListItem |
CompleteReadSetUploadPartListItem.withPartSource(String partSource)
The source file of the part being uploaded.
|
| Modifier and Type | Method and Description |
|---|---|
List<CompleteReadSetUploadPartListItem> |
CompleteMultipartReadSetUploadRequest.getParts()
The individual uploads or parts of a multipart upload.
|
| Modifier and Type | Method and Description |
|---|---|
CompleteMultipartReadSetUploadRequest |
CompleteMultipartReadSetUploadRequest.withParts(CompleteReadSetUploadPartListItem... parts)
The individual uploads or parts of a multipart upload.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompleteMultipartReadSetUploadRequest.setParts(Collection<CompleteReadSetUploadPartListItem> parts)
The individual uploads or parts of a multipart upload.
|
CompleteMultipartReadSetUploadRequest |
CompleteMultipartReadSetUploadRequest.withParts(Collection<CompleteReadSetUploadPartListItem> parts)
The individual uploads or parts of a multipart upload.
|
Copyright © 2024. All rights reserved.