Uses of Class
software.amazon.awssdk.services.cleanrooms.model.DifferentialPrivacyTemplateUpdateParameters
-
Packages that use DifferentialPrivacyTemplateUpdateParameters Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of DifferentialPrivacyTemplateUpdateParameters in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return DifferentialPrivacyTemplateUpdateParameters Modifier and Type Method Description DifferentialPrivacyTemplateUpdateParametersPrivacyBudgetTemplateUpdateParameters. differentialPrivacy()An object that specifies the new values for the epsilon and noise parameters.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type DifferentialPrivacyTemplateUpdateParameters Modifier and Type Method Description PrivacyBudgetTemplateUpdateParameters.BuilderPrivacyBudgetTemplateUpdateParameters.Builder. differentialPrivacy(DifferentialPrivacyTemplateUpdateParameters differentialPrivacy)An object that specifies the new values for the epsilon and noise parameters.static PrivacyBudgetTemplateUpdateParametersPrivacyBudgetTemplateUpdateParameters. fromDifferentialPrivacy(DifferentialPrivacyTemplateUpdateParameters differentialPrivacy)Create an instance of this class withPrivacyBudgetTemplateUpdateParameters.differentialPrivacy()initialized to the given value.
-