Uses of Class
software.amazon.awssdk.services.cleanrooms.model.AnalysisParameter
-
Packages that use AnalysisParameter Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of AnalysisParameter in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type AnalysisParameter Modifier and Type Method Description List<AnalysisParameter>AnalysisTemplate. analysisParameters()The parameters of the analysis template.List<AnalysisParameter>CollaborationAnalysisTemplate. analysisParameters()The analysis parameters that have been specified in the analysis template.List<AnalysisParameter>CreateAnalysisTemplateRequest. analysisParameters()The parameters of the analysis template.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type AnalysisParameter Modifier and Type Method Description AnalysisTemplate.BuilderAnalysisTemplate.Builder. analysisParameters(AnalysisParameter... analysisParameters)The parameters of the analysis template.CollaborationAnalysisTemplate.BuilderCollaborationAnalysisTemplate.Builder. analysisParameters(AnalysisParameter... analysisParameters)The analysis parameters that have been specified in the analysis template.CreateAnalysisTemplateRequest.BuilderCreateAnalysisTemplateRequest.Builder. analysisParameters(AnalysisParameter... analysisParameters)The parameters of the analysis template.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type AnalysisParameter Modifier and Type Method Description AnalysisTemplate.BuilderAnalysisTemplate.Builder. analysisParameters(Collection<AnalysisParameter> analysisParameters)The parameters of the analysis template.CollaborationAnalysisTemplate.BuilderCollaborationAnalysisTemplate.Builder. analysisParameters(Collection<AnalysisParameter> analysisParameters)The analysis parameters that have been specified in the analysis template.CreateAnalysisTemplateRequest.BuilderCreateAnalysisTemplateRequest.Builder. analysisParameters(Collection<AnalysisParameter> analysisParameters)The parameters of the analysis template.
-