Uses of Class
software.amazon.awssdk.services.timestreamquery.model.S3EncryptionOption
-
Packages that use S3EncryptionOption Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of S3EncryptionOption in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return S3EncryptionOption Modifier and Type Method Description S3EncryptionOptionS3Configuration. encryptionOption()Encryption at rest options for the error reports.static S3EncryptionOptionS3EncryptionOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static S3EncryptionOptionS3EncryptionOption. 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.Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type S3EncryptionOption Modifier and Type Method Description static Set<S3EncryptionOption>S3EncryptionOption. knownValues()Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type S3EncryptionOption Modifier and Type Method Description S3Configuration.BuilderS3Configuration.Builder. encryptionOption(S3EncryptionOption encryptionOption)Encryption at rest options for the error reports.
-