| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
List<AnalysisParameter> |
CreateAnalysisTemplateRequest.analysisParameters()
The parameters of the analysis template.
|
List<AnalysisParameter> |
CollaborationAnalysisTemplate.analysisParameters()
The analysis parameters that have been specified in the analysis template.
|
List<AnalysisParameter> |
AnalysisTemplate.analysisParameters()
The parameters of the analysis template.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAnalysisTemplateRequest.Builder |
CreateAnalysisTemplateRequest.Builder.analysisParameters(AnalysisParameter... analysisParameters)
The parameters of the analysis template.
|
CollaborationAnalysisTemplate.Builder |
CollaborationAnalysisTemplate.Builder.analysisParameters(AnalysisParameter... analysisParameters)
The analysis parameters that have been specified in the analysis template.
|
AnalysisTemplate.Builder |
AnalysisTemplate.Builder.analysisParameters(AnalysisParameter... analysisParameters)
The parameters of the analysis template.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAnalysisTemplateRequest.Builder |
CreateAnalysisTemplateRequest.Builder.analysisParameters(Collection<AnalysisParameter> analysisParameters)
The parameters of the analysis template.
|
CollaborationAnalysisTemplate.Builder |
CollaborationAnalysisTemplate.Builder.analysisParameters(Collection<AnalysisParameter> analysisParameters)
The analysis parameters that have been specified in the analysis template.
|
AnalysisTemplate.Builder |
AnalysisTemplate.Builder.analysisParameters(Collection<AnalysisParameter> analysisParameters)
The parameters of the analysis template.
|
Copyright © 2023. All rights reserved.