Uses of Class
software.amazon.awssdk.services.omics.model.CreationType
-
Packages that use CreationType Package Description software.amazon.awssdk.services.omics.model -
-
Uses of CreationType in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return CreationType Modifier and Type Method Description CreationTypeGetReadSetMetadataResponse. creationType()The creation type of the read set.CreationTypeReadSetFilter. creationType()The creation type of the read set.CreationTypeReadSetListItem. creationType()The creation type of the read set.static CreationTypeCreationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CreationTypeCreationType. 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.Methods in software.amazon.awssdk.services.omics.model that return types with arguments of type CreationType Modifier and Type Method Description static Set<CreationType>CreationType. knownValues()Methods in software.amazon.awssdk.services.omics.model with parameters of type CreationType Modifier and Type Method Description GetReadSetMetadataResponse.BuilderGetReadSetMetadataResponse.Builder. creationType(CreationType creationType)The creation type of the read set.ReadSetFilter.BuilderReadSetFilter.Builder. creationType(CreationType creationType)The creation type of the read set.ReadSetListItem.BuilderReadSetListItem.Builder. creationType(CreationType creationType)The creation type of the read set.
-