Uses of Class
software.amazon.awssdk.services.cleanrooms.model.AdditionalAnalyses
-
Packages that use AdditionalAnalyses Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of AdditionalAnalyses in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return AdditionalAnalyses Modifier and Type Method Description AdditionalAnalysesAnalysisRuleAggregation. additionalAnalyses()An indicator as to whether additional analyses (such as Clean Rooms ML) can be applied to the output of the direct query.AdditionalAnalysesAnalysisRuleCustom. additionalAnalyses()An indicator as to whether additional analyses (such as Clean Rooms ML) can be applied to the output of the direct query.AdditionalAnalysesAnalysisRuleList. additionalAnalyses()An indicator as to whether additional analyses (such as Clean Rooms ML) can be applied to the output of the direct query.static AdditionalAnalysesAdditionalAnalyses. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AdditionalAnalysesAdditionalAnalyses. valueOf(String name)Returns the enum constant of this type with the specified name.static AdditionalAnalyses[]AdditionalAnalyses. 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 AdditionalAnalyses Modifier and Type Method Description static Set<AdditionalAnalyses>AdditionalAnalyses. knownValues()Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type AdditionalAnalyses Modifier and Type Method Description AnalysisRuleAggregation.BuilderAnalysisRuleAggregation.Builder. additionalAnalyses(AdditionalAnalyses additionalAnalyses)An indicator as to whether additional analyses (such as Clean Rooms ML) can be applied to the output of the direct query.AnalysisRuleCustom.BuilderAnalysisRuleCustom.Builder. additionalAnalyses(AdditionalAnalyses additionalAnalyses)An indicator as to whether additional analyses (such as Clean Rooms ML) can be applied to the output of the direct query.AnalysisRuleList.BuilderAnalysisRuleList.Builder. additionalAnalyses(AdditionalAnalyses additionalAnalyses)An indicator as to whether additional analyses (such as Clean Rooms ML) can be applied to the output of the direct query.
-