Uses of Class
software.amazon.awssdk.services.cleanrooms.model.PreviewPrivacyImpactResponse
-
Packages that use PreviewPrivacyImpactResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference. -
-
Uses of PreviewPrivacyImpactResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return PreviewPrivacyImpactResponse Modifier and Type Method Description default PreviewPrivacyImpactResponseCleanRoomsClient. previewPrivacyImpact(Consumer<PreviewPrivacyImpactRequest.Builder> previewPrivacyImpactRequest)An estimate of the number of aggregation functions that the member who can query can run given epsilon and noise parameters.default PreviewPrivacyImpactResponseCleanRoomsClient. previewPrivacyImpact(PreviewPrivacyImpactRequest previewPrivacyImpactRequest)An estimate of the number of aggregation functions that the member who can query can run given epsilon and noise parameters.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type PreviewPrivacyImpactResponse Modifier and Type Method Description default CompletableFuture<PreviewPrivacyImpactResponse>CleanRoomsAsyncClient. previewPrivacyImpact(Consumer<PreviewPrivacyImpactRequest.Builder> previewPrivacyImpactRequest)An estimate of the number of aggregation functions that the member who can query can run given epsilon and noise parameters.default CompletableFuture<PreviewPrivacyImpactResponse>CleanRoomsAsyncClient. previewPrivacyImpact(PreviewPrivacyImpactRequest previewPrivacyImpactRequest)An estimate of the number of aggregation functions that the member who can query can run given epsilon and noise parameters.
-