Uses of Class
software.amazon.awssdk.services.omics.model.ETagAlgorithm
-
Packages that use ETagAlgorithm Package Description software.amazon.awssdk.services.omics.model -
-
Uses of ETagAlgorithm in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return ETagAlgorithm Modifier and Type Method Description ETagAlgorithmETag. algorithm()The algorithm used to calculate the read set’s ETag(s).static ETagAlgorithmETagAlgorithm. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ETagAlgorithmETagAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static ETagAlgorithm[]ETagAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.omics.model that return types with arguments of type ETagAlgorithm Modifier and Type Method Description static Set<ETagAlgorithm>ETagAlgorithm. knownValues()Methods in software.amazon.awssdk.services.omics.model with parameters of type ETagAlgorithm Modifier and Type Method Description ETag.BuilderETag.Builder. algorithm(ETagAlgorithm algorithm)The algorithm used to calculate the read set’s ETag(s).
-