| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
static ResultFormat |
ResultFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResultFormat |
ProtectedQueryS3OutputConfiguration.resultFormat()
Intended file format of the result.
|
static ResultFormat |
ResultFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultFormat[] |
ResultFormat.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<ResultFormat> |
ResultFormat.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ProtectedQueryS3OutputConfiguration.Builder |
ProtectedQueryS3OutputConfiguration.Builder.resultFormat(ResultFormat resultFormat)
Intended file format of the result.
|
Copyright © 2023. All rights reserved.