| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamquery.model |
| Modifier and Type | Method and Description |
|---|---|
S3EncryptionOption |
S3Configuration.encryptionOption()
Encryption at rest options for the error reports.
|
static S3EncryptionOption |
S3EncryptionOption.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static S3EncryptionOption |
S3EncryptionOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3EncryptionOption[] |
S3EncryptionOption.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<S3EncryptionOption> |
S3EncryptionOption.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
S3Configuration.Builder |
S3Configuration.Builder.encryptionOption(S3EncryptionOption encryptionOption)
Encryption at rest options for the error reports.
|
Copyright © 2023. All rights reserved.