Uses of Class
software.amazon.awssdk.services.workspacesweb.model.RedactionPlaceHolderType
-
Packages that use RedactionPlaceHolderType Package Description software.amazon.awssdk.services.workspacesweb.model -
-
Uses of RedactionPlaceHolderType in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return RedactionPlaceHolderType Modifier and Type Method Description static RedactionPlaceHolderTypeRedactionPlaceHolderType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RedactionPlaceHolderTypeRedactionPlaceHolder. redactionPlaceHolderType()The redaction placeholder type that will replace the redacted text in session.static RedactionPlaceHolderTypeRedactionPlaceHolderType. valueOf(String name)Returns the enum constant of this type with the specified name.static RedactionPlaceHolderType[]RedactionPlaceHolderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type RedactionPlaceHolderType Modifier and Type Method Description static Set<RedactionPlaceHolderType>RedactionPlaceHolderType. knownValues()Methods in software.amazon.awssdk.services.workspacesweb.model with parameters of type RedactionPlaceHolderType Modifier and Type Method Description RedactionPlaceHolder.BuilderRedactionPlaceHolder.Builder. redactionPlaceHolderType(RedactionPlaceHolderType redactionPlaceHolderType)The redaction placeholder type that will replace the redacted text in session.
-