Uses of Class
software.amazon.awssdk.services.transcribe.model.RedactionType
-
Packages that use RedactionType Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of RedactionType in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return RedactionType Modifier and Type Method Description static RedactionTypeRedactionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RedactionTypeContentRedaction. redactionType()Specify the category of information you want to redact;PII(personally identifiable information) is the only valid value.static RedactionTypeRedactionType. valueOf(String name)Returns the enum constant of this type with the specified name.static RedactionType[]RedactionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type RedactionType Modifier and Type Method Description static Set<RedactionType>RedactionType. knownValues()Methods in software.amazon.awssdk.services.transcribe.model with parameters of type RedactionType Modifier and Type Method Description ContentRedaction.BuilderContentRedaction.Builder. redactionType(RedactionType redactionType)Specify the category of information you want to redact;PII(personally identifiable information) is the only valid value.
-