| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
FileType |
GetReadSetMetadataResponse.fileType()
The read set's file type.
|
FileType |
ReadSetListItem.fileType()
The read set's file type.
|
static FileType |
FileType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FileType |
CreateMultipartReadSetUploadRequest.sourceFileType()
The type of file being uploaded.
|
FileType |
CreateMultipartReadSetUploadResponse.sourceFileType()
The file type of the read set source.
|
FileType |
MultipartReadSetUploadListItem.sourceFileType()
The type of file the read set originated from.
|
FileType |
StartReadSetImportJobSourceItem.sourceFileType()
The source's file type.
|
FileType |
ImportReadSetSourceItem.sourceFileType()
The source's file type.
|
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 |
|---|---|
static Set<FileType> |
FileType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetReadSetMetadataResponse.Builder |
GetReadSetMetadataResponse.Builder.fileType(FileType fileType)
The read set's file type.
|
ReadSetListItem.Builder |
ReadSetListItem.Builder.fileType(FileType fileType)
The read set's file type.
|
CreateMultipartReadSetUploadRequest.Builder |
CreateMultipartReadSetUploadRequest.Builder.sourceFileType(FileType sourceFileType)
The type of file being uploaded.
|
CreateMultipartReadSetUploadResponse.Builder |
CreateMultipartReadSetUploadResponse.Builder.sourceFileType(FileType sourceFileType)
The file type of the read set source.
|
MultipartReadSetUploadListItem.Builder |
MultipartReadSetUploadListItem.Builder.sourceFileType(FileType sourceFileType)
The type of file the read set originated from.
|
StartReadSetImportJobSourceItem.Builder |
StartReadSetImportJobSourceItem.Builder.sourceFileType(FileType sourceFileType)
The source's file type.
|
ImportReadSetSourceItem.Builder |
ImportReadSetSourceItem.Builder.sourceFileType(FileType sourceFileType)
The source's file type.
|
Copyright © 2023. All rights reserved.