Uses of Class
software.amazon.awssdk.services.omics.model.FileType
-
Packages that use FileType Package Description software.amazon.awssdk.services.omics.model -
-
Uses of FileType in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return FileType Modifier and Type Method Description FileTypeGetReadSetMetadataResponse. fileType()The read set's file type.FileTypeReadSetListItem. fileType()The read set's file type.static FileTypeFileType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FileTypeCreateMultipartReadSetUploadRequest. sourceFileType()The type of file being uploaded.FileTypeCreateMultipartReadSetUploadResponse. sourceFileType()The file type of the read set source.FileTypeImportReadSetSourceItem. sourceFileType()The source's file type.FileTypeMultipartReadSetUploadListItem. sourceFileType()The type of file the read set originated from.FileTypeStartReadSetImportJobSourceItem. sourceFileType()The source's file type.static FileTypeFileType. valueOf(String name)Returns the enum constant of this type with the specified name.static FileType[]FileType. 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 FileType Modifier and Type Method Description static Set<FileType>FileType. knownValues()Methods in software.amazon.awssdk.services.omics.model with parameters of type FileType Modifier and Type Method Description GetReadSetMetadataResponse.BuilderGetReadSetMetadataResponse.Builder. fileType(FileType fileType)The read set's file type.ReadSetListItem.BuilderReadSetListItem.Builder. fileType(FileType fileType)The read set's file type.CreateMultipartReadSetUploadRequest.BuilderCreateMultipartReadSetUploadRequest.Builder. sourceFileType(FileType sourceFileType)The type of file being uploaded.CreateMultipartReadSetUploadResponse.BuilderCreateMultipartReadSetUploadResponse.Builder. sourceFileType(FileType sourceFileType)The file type of the read set source.ImportReadSetSourceItem.BuilderImportReadSetSourceItem.Builder. sourceFileType(FileType sourceFileType)The source's file type.MultipartReadSetUploadListItem.BuilderMultipartReadSetUploadListItem.Builder. sourceFileType(FileType sourceFileType)The type of file the read set originated from.StartReadSetImportJobSourceItem.BuilderStartReadSetImportJobSourceItem.Builder. sourceFileType(FileType sourceFileType)The source's file type.
-