| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
AnalysisFormat |
CreateAnalysisTemplateRequest.format()
The format of the analysis template.
|
AnalysisFormat |
CollaborationAnalysisTemplate.format()
The format of the analysis template in the collaboration.
|
AnalysisFormat |
AnalysisTemplate.format()
The format of the analysis template.
|
static AnalysisFormat |
AnalysisFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AnalysisFormat |
AnalysisFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalysisFormat[] |
AnalysisFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AnalysisFormat> |
AnalysisFormat.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateAnalysisTemplateRequest.Builder |
CreateAnalysisTemplateRequest.Builder.format(AnalysisFormat format)
The format of the analysis template.
|
CollaborationAnalysisTemplate.Builder |
CollaborationAnalysisTemplate.Builder.format(AnalysisFormat format)
The format of the analysis template in the collaboration.
|
AnalysisTemplate.Builder |
AnalysisTemplate.Builder.format(AnalysisFormat format)
The format of the analysis template.
|
Copyright © 2023. All rights reserved.