Uses of Class
software.amazon.awssdk.services.cleanrooms.model.PrivacyImpact
-
Packages that use PrivacyImpact Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of PrivacyImpact in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return PrivacyImpact Modifier and Type Method Description static PrivacyImpactPrivacyImpact. fromDifferentialPrivacy(Consumer<DifferentialPrivacyPrivacyImpact.Builder> differentialPrivacy)Create an instance of this class withdifferentialPrivacy()initialized to the given value.static PrivacyImpactPrivacyImpact. fromDifferentialPrivacy(DifferentialPrivacyPrivacyImpact differentialPrivacy)Create an instance of this class withdifferentialPrivacy()initialized to the given value.PrivacyImpactPreviewPrivacyImpactResponse. privacyImpact()An estimate of the number of aggregation functions that the member who can query can run given the epsilon and noise parameters.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type PrivacyImpact Modifier and Type Method Description PreviewPrivacyImpactResponse.BuilderPreviewPrivacyImpactResponse.Builder. privacyImpact(PrivacyImpact privacyImpact)An estimate of the number of aggregation functions that the member who can query can run given the epsilon and noise parameters.
-