Uses of Class
software.amazon.awssdk.services.cleanrooms.model.DifferentialPrivacyPrivacyBudget
-
Packages that use DifferentialPrivacyPrivacyBudget Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of DifferentialPrivacyPrivacyBudget in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return DifferentialPrivacyPrivacyBudget Modifier and Type Method Description DifferentialPrivacyPrivacyBudgetPrivacyBudget. differentialPrivacy()An object that specifies the epsilon parameter and the utility in terms of total aggregations, as well as the remaining aggregations available.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type DifferentialPrivacyPrivacyBudget Modifier and Type Method Description PrivacyBudget.BuilderPrivacyBudget.Builder. differentialPrivacy(DifferentialPrivacyPrivacyBudget differentialPrivacy)An object that specifies the epsilon parameter and the utility in terms of total aggregations, as well as the remaining aggregations available.static PrivacyBudgetPrivacyBudget. fromDifferentialPrivacy(DifferentialPrivacyPrivacyBudget differentialPrivacy)Create an instance of this class withPrivacyBudget.differentialPrivacy()initialized to the given value.
-