Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.ObfuscationSetting
-
Packages that use ObfuscationSetting Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of ObfuscationSetting in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return ObfuscationSetting Modifier and Type Method Description static ObfuscationSettingObfuscationSetting. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ObfuscationSettingSlot. obfuscationSetting()Determines whether a slot is obfuscated in conversation logs and stored utterances.static ObfuscationSettingObfuscationSetting. valueOf(String name)Returns the enum constant of this type with the specified name.static ObfuscationSetting[]ObfuscationSetting. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type ObfuscationSetting Modifier and Type Method Description static Set<ObfuscationSetting>ObfuscationSetting. knownValues()Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type ObfuscationSetting Modifier and Type Method Description Slot.BuilderSlot.Builder. obfuscationSetting(ObfuscationSetting obfuscationSetting)Determines whether a slot is obfuscated in conversation logs and stored utterances.
-