| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
CreationType |
GetReadSetMetadataResponse.creationType()
The creation type of the read set.
|
CreationType |
ReadSetFilter.creationType()
The creation type of the read set.
|
CreationType |
ReadSetListItem.creationType()
The creation type of the read set.
|
static CreationType |
CreationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CreationType |
CreationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreationType[] |
CreationType.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<CreationType> |
CreationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetReadSetMetadataResponse.Builder |
GetReadSetMetadataResponse.Builder.creationType(CreationType creationType)
The creation type of the read set.
|
ReadSetFilter.Builder |
ReadSetFilter.Builder.creationType(CreationType creationType)
The creation type of the read set.
|
ReadSetListItem.Builder |
ReadSetListItem.Builder.creationType(CreationType creationType)
The creation type of the read set.
|
Copyright © 2023. All rights reserved.