Uses of Interface
software.amazon.awssdk.services.cleanrooms.model.PrivacyImpact.Builder
-
Packages that use PrivacyImpact.Builder Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of PrivacyImpact.Builder in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return PrivacyImpact.Builder Modifier and Type Method Description static PrivacyImpact.BuilderPrivacyImpact. builder()default PrivacyImpact.BuilderPrivacyImpact.Builder. differentialPrivacy(Consumer<DifferentialPrivacyPrivacyImpact.Builder> differentialPrivacy)An object that lists the number and type of aggregation functions you can perform.PrivacyImpact.BuilderPrivacyImpact.Builder. differentialPrivacy(DifferentialPrivacyPrivacyImpact differentialPrivacy)An object that lists the number and type of aggregation functions you can perform.PrivacyImpact.BuilderPrivacyImpact. toBuilder()Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type PrivacyImpact.Builder Modifier and Type Method Description static Class<? extends PrivacyImpact.Builder>PrivacyImpact. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type PrivacyImpact.Builder Modifier and Type Method Description default PreviewPrivacyImpactResponse.BuilderPreviewPrivacyImpactResponse.Builder. privacyImpact(Consumer<PrivacyImpact.Builder> privacyImpact)An estimate of the number of aggregation functions that the member who can query can run given the epsilon and noise parameters.
-