Uses of Class
software.amazon.awssdk.services.workspacesweb.model.InlineRedactionConfiguration
-
Packages that use InlineRedactionConfiguration Package Description software.amazon.awssdk.services.workspacesweb.model -
-
Uses of InlineRedactionConfiguration in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return InlineRedactionConfiguration Modifier and Type Method Description InlineRedactionConfigurationCreateDataProtectionSettingsRequest. inlineRedactionConfiguration()The inline redaction configuration of the data protection settings that will be applied to all sessions.InlineRedactionConfigurationDataProtectionSettings. inlineRedactionConfiguration()The inline redaction configuration for the data protection settings.InlineRedactionConfigurationUpdateDataProtectionSettingsRequest. inlineRedactionConfiguration()The inline redaction configuration of the data protection settings that will be applied to all sessions.Methods in software.amazon.awssdk.services.workspacesweb.model with parameters of type InlineRedactionConfiguration Modifier and Type Method Description CreateDataProtectionSettingsRequest.BuilderCreateDataProtectionSettingsRequest.Builder. inlineRedactionConfiguration(InlineRedactionConfiguration inlineRedactionConfiguration)The inline redaction configuration of the data protection settings that will be applied to all sessions.DataProtectionSettings.BuilderDataProtectionSettings.Builder. inlineRedactionConfiguration(InlineRedactionConfiguration inlineRedactionConfiguration)The inline redaction configuration for the data protection settings.UpdateDataProtectionSettingsRequest.BuilderUpdateDataProtectionSettingsRequest.Builder. inlineRedactionConfiguration(InlineRedactionConfiguration inlineRedactionConfiguration)The inline redaction configuration of the data protection settings that will be applied to all sessions.
-