Uses of Class
software.amazon.awssdk.services.cleanrooms.model.DifferentialPrivacyAggregationType
-
Packages that use DifferentialPrivacyAggregationType Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of DifferentialPrivacyAggregationType in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return DifferentialPrivacyAggregationType Modifier and Type Method Description DifferentialPrivacyAggregationTypeDifferentialPrivacySensitivityParameters. aggregationType()The type of aggregation function that was run.static DifferentialPrivacyAggregationTypeDifferentialPrivacyAggregationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DifferentialPrivacyAggregationTypeDifferentialPrivacyPreviewAggregation. type()The type of aggregation function.DifferentialPrivacyAggregationTypeDifferentialPrivacyPrivacyBudgetAggregation. type()The different types of aggregation functions that you can perform.static DifferentialPrivacyAggregationTypeDifferentialPrivacyAggregationType. valueOf(String name)Returns the enum constant of this type with the specified name.static DifferentialPrivacyAggregationType[]DifferentialPrivacyAggregationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type DifferentialPrivacyAggregationType Modifier and Type Method Description static Set<DifferentialPrivacyAggregationType>DifferentialPrivacyAggregationType. knownValues()Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type DifferentialPrivacyAggregationType Modifier and Type Method Description DifferentialPrivacySensitivityParameters.BuilderDifferentialPrivacySensitivityParameters.Builder. aggregationType(DifferentialPrivacyAggregationType aggregationType)The type of aggregation function that was run.DifferentialPrivacyPreviewAggregation.BuilderDifferentialPrivacyPreviewAggregation.Builder. type(DifferentialPrivacyAggregationType type)The type of aggregation function.DifferentialPrivacyPrivacyBudgetAggregation.BuilderDifferentialPrivacyPrivacyBudgetAggregation.Builder. type(DifferentialPrivacyAggregationType type)The different types of aggregation functions that you can perform.
-