Uses of Class
software.amazon.awssdk.services.omics.model.SequenceInformation
-
Packages that use SequenceInformation Package Description software.amazon.awssdk.services.omics.model -
-
Uses of SequenceInformation in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return SequenceInformation Modifier and Type Method Description SequenceInformationGetReadSetMetadataResponse. sequenceInformation()The read set's sequence information.SequenceInformationReadSetListItem. sequenceInformation()Returns the value of the SequenceInformation property for this object.Methods in software.amazon.awssdk.services.omics.model with parameters of type SequenceInformation Modifier and Type Method Description GetReadSetMetadataResponse.BuilderGetReadSetMetadataResponse.Builder. sequenceInformation(SequenceInformation sequenceInformation)The read set's sequence information.ReadSetListItem.BuilderReadSetListItem.Builder. sequenceInformation(SequenceInformation sequenceInformation)Sets the value of the SequenceInformation property for this object.
-