Uses of Class
software.amazon.awssdk.services.omics.model.ETag
-
Packages that use ETag Package Description software.amazon.awssdk.services.omics.model -
-
Uses of ETag in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return ETag Modifier and Type Method Description ETagGetReadSetMetadataResponse. etag()The entity tag (ETag) is a hash of the object meant to represent its semantic content.ETagReadSetListItem. etag()The entity tag (ETag) is a hash of the object representing its semantic content.Methods in software.amazon.awssdk.services.omics.model with parameters of type ETag Modifier and Type Method Description GetReadSetMetadataResponse.BuilderGetReadSetMetadataResponse.Builder. etag(ETag etag)The entity tag (ETag) is a hash of the object meant to represent its semantic content.ReadSetListItem.BuilderReadSetListItem.Builder. etag(ETag etag)The entity tag (ETag) is a hash of the object representing its semantic content.
-