Uses of Enum Class
org.apache.camel.component.aws2.s3.stream.AWSS3NamingStrategyEnum
Packages that use AWSS3NamingStrategyEnum
-
Uses of AWSS3NamingStrategyEnum in org.apache.camel.component.aws2.s3
Methods in org.apache.camel.component.aws2.s3 that return AWSS3NamingStrategyEnumMethods in org.apache.camel.component.aws2.s3 with parameters of type AWSS3NamingStrategyEnumModifier and TypeMethodDescriptionvoidAWS2S3Configuration.setNamingStrategy(AWSS3NamingStrategyEnum namingStrategy) The naming strategy to use in streaming upload mode -
Uses of AWSS3NamingStrategyEnum in org.apache.camel.component.aws2.s3.stream
Methods in org.apache.camel.component.aws2.s3.stream that return AWSS3NamingStrategyEnumModifier and TypeMethodDescriptionstatic AWSS3NamingStrategyEnumReturns the enum constant of this class with the specified name.static AWSS3NamingStrategyEnum[]AWSS3NamingStrategyEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.