Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ObfuscationSetting
-
Packages that use ObfuscationSetting Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ObfuscationSetting in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return ObfuscationSetting Modifier and Type Method Description ObfuscationSettingCreateSlotRequest. obfuscationSetting()Determines how slot values are used in Amazon CloudWatch logs.ObfuscationSettingCreateSlotResponse. obfuscationSetting()Indicates whether the slot is configured to obfuscate values in Amazon CloudWatch logs.ObfuscationSettingDescribeSlotResponse. obfuscationSetting()Whether slot values are shown in Amazon CloudWatch logs.ObfuscationSettingUpdateSlotRequest. obfuscationSetting()New settings that determine how slot values are formatted in Amazon CloudWatch logs.ObfuscationSettingUpdateSlotResponse. obfuscationSetting()The updated setting that determines whether the slot value is obfuscated in the Amazon CloudWatch logs.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type ObfuscationSetting Modifier and Type Method Description CreateSlotRequest.BuilderCreateSlotRequest.Builder. obfuscationSetting(ObfuscationSetting obfuscationSetting)Determines how slot values are used in Amazon CloudWatch logs.CreateSlotResponse.BuilderCreateSlotResponse.Builder. obfuscationSetting(ObfuscationSetting obfuscationSetting)Indicates whether the slot is configured to obfuscate values in Amazon CloudWatch logs.DescribeSlotResponse.BuilderDescribeSlotResponse.Builder. obfuscationSetting(ObfuscationSetting obfuscationSetting)Whether slot values are shown in Amazon CloudWatch logs.UpdateSlotRequest.BuilderUpdateSlotRequest.Builder. obfuscationSetting(ObfuscationSetting obfuscationSetting)New settings that determine how slot values are formatted in Amazon CloudWatch logs.UpdateSlotResponse.BuilderUpdateSlotResponse.Builder. obfuscationSetting(ObfuscationSetting obfuscationSetting)The updated setting that determines whether the slot value is obfuscated in the Amazon CloudWatch logs.
-