| Package | Description |
|---|---|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
static FileType |
FileType.fromValue(String value)
Use this in place of valueOf.
|
static FileType |
FileType.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.
|
| Modifier and Type | Method and Description |
|---|---|
GetReadSetMetadataResult |
GetReadSetMetadataResult.withFileType(FileType fileType)
The read set's file type.
|
ReadSetListItem |
ReadSetListItem.withFileType(FileType fileType)
The read set's file type.
|
CreateMultipartReadSetUploadResult |
CreateMultipartReadSetUploadResult.withSourceFileType(FileType sourceFileType)
The file type of the read set source.
|
CreateMultipartReadSetUploadRequest |
CreateMultipartReadSetUploadRequest.withSourceFileType(FileType sourceFileType)
The type of file being uploaded.
|
ImportReadSetSourceItem |
ImportReadSetSourceItem.withSourceFileType(FileType sourceFileType)
The source's file type.
|
StartReadSetImportJobSourceItem |
StartReadSetImportJobSourceItem.withSourceFileType(FileType sourceFileType)
The source's file type.
|
MultipartReadSetUploadListItem |
MultipartReadSetUploadListItem.withSourceFileType(FileType sourceFileType)
The type of file the read set originated from.
|
Copyright © 2024. All rights reserved.