Uses of Class
software.amazon.awssdk.services.bedrockdataautomation.model.AudioStandardGenerativeFieldType
-
Packages that use AudioStandardGenerativeFieldType Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of AudioStandardGenerativeFieldType in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return AudioStandardGenerativeFieldType Modifier and Type Method Description static AudioStandardGenerativeFieldTypeAudioStandardGenerativeFieldType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AudioStandardGenerativeFieldTypeAudioStandardGenerativeFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioStandardGenerativeFieldType[]AudioStandardGenerativeFieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return types with arguments of type AudioStandardGenerativeFieldType Modifier and Type Method Description static Set<AudioStandardGenerativeFieldType>AudioStandardGenerativeFieldType. knownValues()List<AudioStandardGenerativeFieldType>AudioStandardGenerativeField. types()Returns the value of the Types property for this object.Methods in software.amazon.awssdk.services.bedrockdataautomation.model with parameters of type AudioStandardGenerativeFieldType Modifier and Type Method Description AudioStandardGenerativeField.BuilderAudioStandardGenerativeField.Builder. types(AudioStandardGenerativeFieldType... types)Sets the value of the Types property for this object.Method parameters in software.amazon.awssdk.services.bedrockdataautomation.model with type arguments of type AudioStandardGenerativeFieldType Modifier and Type Method Description AudioStandardGenerativeField.BuilderAudioStandardGenerativeField.Builder. types(Collection<AudioStandardGenerativeFieldType> types)Sets the value of the Types property for this object.
-