Uses of Class
software.amazon.awssdk.services.cleanrooms.model.PrivacyBudget
-
Packages that use PrivacyBudget Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of PrivacyBudget in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return PrivacyBudget Modifier and Type Method Description PrivacyBudgetCollaborationPrivacyBudgetSummary. budget()The includes epsilon provided and utility in terms of aggregations.PrivacyBudgetPrivacyBudgetSummary. budget()The provided privacy budget.static PrivacyBudgetPrivacyBudget. fromDifferentialPrivacy(Consumer<DifferentialPrivacyPrivacyBudget.Builder> differentialPrivacy)Create an instance of this class withdifferentialPrivacy()initialized to the given value.static PrivacyBudgetPrivacyBudget. fromDifferentialPrivacy(DifferentialPrivacyPrivacyBudget differentialPrivacy)Create an instance of this class withdifferentialPrivacy()initialized to the given value.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type PrivacyBudget Modifier and Type Method Description CollaborationPrivacyBudgetSummary.BuilderCollaborationPrivacyBudgetSummary.Builder. budget(PrivacyBudget budget)The includes epsilon provided and utility in terms of aggregations.PrivacyBudgetSummary.BuilderPrivacyBudgetSummary.Builder. budget(PrivacyBudget budget)The provided privacy budget.
-