| Package | Description |
|---|---|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
ETag |
ETag.clone() |
ETag |
ReadSetListItem.getEtag()
The entity tag (ETag) is a hash of the object representing its semantic content.
|
ETag |
GetReadSetMetadataResult.getEtag()
The entity tag (ETag) is a hash of the object meant to represent its semantic content.
|
ETag |
ETag.withAlgorithm(ETagAlgorithm algorithm)
The algorithm used to calculate the read set’s ETag(s).
|
ETag |
ETag.withAlgorithm(String algorithm)
The algorithm used to calculate the read set’s ETag(s).
|
ETag |
ETag.withSource1(String source1)
The ETag hash calculated on Source1 of the read set.
|
ETag |
ETag.withSource2(String source2)
The ETag hash calculated on Source2 of the read set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReadSetListItem.setEtag(ETag etag)
The entity tag (ETag) is a hash of the object representing its semantic content.
|
void |
GetReadSetMetadataResult.setEtag(ETag etag)
The entity tag (ETag) is a hash of the object meant to represent its semantic content.
|
ReadSetListItem |
ReadSetListItem.withEtag(ETag etag)
The entity tag (ETag) is a hash of the object representing its semantic content.
|
GetReadSetMetadataResult |
GetReadSetMetadataResult.withEtag(ETag etag)
The entity tag (ETag) is a hash of the object meant to represent its semantic content.
|
Copyright © 2023. All rights reserved.