Uses of Enum Class
org.apache.camel.component.aws2.s3.stream.AWSS3RestartingPolicyEnum
Packages that use AWSS3RestartingPolicyEnum
-
Uses of AWSS3RestartingPolicyEnum in org.apache.camel.component.aws2.s3
Methods in org.apache.camel.component.aws2.s3 that return AWSS3RestartingPolicyEnumMethods in org.apache.camel.component.aws2.s3 with parameters of type AWSS3RestartingPolicyEnumModifier and TypeMethodDescriptionvoidAWS2S3Configuration.setRestartingPolicy(AWSS3RestartingPolicyEnum restartingPolicy) The restarting policy to use in streaming upload mode -
Uses of AWSS3RestartingPolicyEnum in org.apache.camel.component.aws2.s3.stream
Methods in org.apache.camel.component.aws2.s3.stream that return AWSS3RestartingPolicyEnumModifier and TypeMethodDescriptionstatic AWSS3RestartingPolicyEnumReturns the enum constant of this class with the specified name.static AWSS3RestartingPolicyEnum[]AWSS3RestartingPolicyEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.