Uses of Class
org.apache.camel.builder.endpoint.dsl.Athena2EndpointBuilderFactory.EncryptionOption
-
Packages that use Athena2EndpointBuilderFactory.EncryptionOption Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of Athena2EndpointBuilderFactory.EncryptionOption in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return Athena2EndpointBuilderFactory.EncryptionOption Modifier and Type Method Description static Athena2EndpointBuilderFactory.EncryptionOptionAthena2EndpointBuilderFactory.EncryptionOption. valueOf(String name)Returns the enum constant of this type with the specified name.static Athena2EndpointBuilderFactory.EncryptionOption[]Athena2EndpointBuilderFactory.EncryptionOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type Athena2EndpointBuilderFactory.EncryptionOption Modifier and Type Method Description default Athena2EndpointBuilderFactory.Athena2EndpointBuilderAthena2EndpointBuilderFactory.Athena2EndpointBuilder. encryptionOption(Athena2EndpointBuilderFactory.EncryptionOption encryptionOption)The encryption type to use when storing query results in S3.
-