Uses of Class
software.amazon.awssdk.services.omics.model.ETagAlgorithmFamily
-
Packages that use ETagAlgorithmFamily Package Description software.amazon.awssdk.services.omics.model -
-
Uses of ETagAlgorithmFamily in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return ETagAlgorithmFamily Modifier and Type Method Description ETagAlgorithmFamilyCreateSequenceStoreRequest. eTagAlgorithmFamily()The ETag algorithm family to use for ingested read sets.ETagAlgorithmFamilyCreateSequenceStoreResponse. eTagAlgorithmFamily()The algorithm family of the ETag.ETagAlgorithmFamilyGetSequenceStoreResponse. eTagAlgorithmFamily()The algorithm family of the ETag.ETagAlgorithmFamilySequenceStoreDetail. eTagAlgorithmFamily()The algorithm family of the ETag.ETagAlgorithmFamilyUpdateSequenceStoreResponse. eTagAlgorithmFamily()The ETag algorithm family to use on ingested read sets.static ETagAlgorithmFamilyETagAlgorithmFamily. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ETagAlgorithmFamilyETagAlgorithmFamily. valueOf(String name)Returns the enum constant of this type with the specified name.static ETagAlgorithmFamily[]ETagAlgorithmFamily. 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 ETagAlgorithmFamily Modifier and Type Method Description static Set<ETagAlgorithmFamily>ETagAlgorithmFamily. knownValues()Methods in software.amazon.awssdk.services.omics.model with parameters of type ETagAlgorithmFamily Modifier and Type Method Description CreateSequenceStoreRequest.BuilderCreateSequenceStoreRequest.Builder. eTagAlgorithmFamily(ETagAlgorithmFamily eTagAlgorithmFamily)The ETag algorithm family to use for ingested read sets.CreateSequenceStoreResponse.BuilderCreateSequenceStoreResponse.Builder. eTagAlgorithmFamily(ETagAlgorithmFamily eTagAlgorithmFamily)The algorithm family of the ETag.GetSequenceStoreResponse.BuilderGetSequenceStoreResponse.Builder. eTagAlgorithmFamily(ETagAlgorithmFamily eTagAlgorithmFamily)The algorithm family of the ETag.SequenceStoreDetail.BuilderSequenceStoreDetail.Builder. eTagAlgorithmFamily(ETagAlgorithmFamily eTagAlgorithmFamily)The algorithm family of the ETag.UpdateSequenceStoreResponse.BuilderUpdateSequenceStoreResponse.Builder. eTagAlgorithmFamily(ETagAlgorithmFamily eTagAlgorithmFamily)The ETag algorithm family to use on ingested read sets.
-