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