Uses of Class
software.amazon.awssdk.services.chimesdkmediapipelines.model.ContentRedactionOutput
-
Packages that use ContentRedactionOutput Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of ContentRedactionOutput in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return ContentRedactionOutput Modifier and Type Method Description ContentRedactionOutputPostCallAnalyticsSettings. contentRedactionOutput()The content redaction output settings for a post-call analysis task.static ContentRedactionOutputContentRedactionOutput. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ContentRedactionOutputContentRedactionOutput. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentRedactionOutput[]ContentRedactionOutput. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return types with arguments of type ContentRedactionOutput Modifier and Type Method Description static Set<ContentRedactionOutput>ContentRedactionOutput. knownValues()Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model with parameters of type ContentRedactionOutput Modifier and Type Method Description PostCallAnalyticsSettings.BuilderPostCallAnalyticsSettings.Builder. contentRedactionOutput(ContentRedactionOutput contentRedactionOutput)The content redaction output settings for a post-call analysis task.
-