Uses of Class
software.amazon.awssdk.services.omics.model.ReferenceFile
-
Packages that use ReferenceFile Package Description software.amazon.awssdk.services.omics.model -
-
Uses of ReferenceFile in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return ReferenceFile Modifier and Type Method Description ReferenceFileGetReferenceRequest. file()The file to retrieve.static ReferenceFileReferenceFile. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ReferenceFileReferenceFile. valueOf(String name)Returns the enum constant of this type with the specified name.static ReferenceFile[]ReferenceFile. 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 ReferenceFile Modifier and Type Method Description static Set<ReferenceFile>ReferenceFile. knownValues()Methods in software.amazon.awssdk.services.omics.model with parameters of type ReferenceFile Modifier and Type Method Description GetReferenceRequest.BuilderGetReferenceRequest.Builder. file(ReferenceFile file)The file to retrieve.
-