Uses of Class
software.amazon.awssdk.services.cleanrooms.model.DifferentialPrivacyPrivacyBudgetAggregation
-
Packages that use DifferentialPrivacyPrivacyBudgetAggregation Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of DifferentialPrivacyPrivacyBudgetAggregation in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type DifferentialPrivacyPrivacyBudgetAggregation Modifier and Type Method Description List<DifferentialPrivacyPrivacyBudgetAggregation>DifferentialPrivacyPrivacyBudget. aggregations()This information includes the configured epsilon value and the utility in terms of total aggregations, as well as the remaining aggregations.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type DifferentialPrivacyPrivacyBudgetAggregation Modifier and Type Method Description DifferentialPrivacyPrivacyBudget.BuilderDifferentialPrivacyPrivacyBudget.Builder. aggregations(DifferentialPrivacyPrivacyBudgetAggregation... aggregations)This information includes the configured epsilon value and the utility in terms of total aggregations, as well as the remaining aggregations.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type DifferentialPrivacyPrivacyBudgetAggregation Modifier and Type Method Description DifferentialPrivacyPrivacyBudget.BuilderDifferentialPrivacyPrivacyBudget.Builder. aggregations(Collection<DifferentialPrivacyPrivacyBudgetAggregation> aggregations)This information includes the configured epsilon value and the utility in terms of total aggregations, as well as the remaining aggregations.
-