Uses of Class
org.apache.camel.component.aws2.s3.stream.AWSS3RestartingPolicyEnum
-
Packages that use AWSS3RestartingPolicyEnum Package Description org.apache.camel.component.aws2.s3 org.apache.camel.component.aws2.s3.stream -
-
Uses of AWSS3RestartingPolicyEnum in org.apache.camel.component.aws2.s3
Methods in org.apache.camel.component.aws2.s3 that return AWSS3RestartingPolicyEnum Modifier and Type Method Description AWSS3RestartingPolicyEnumAWS2S3Configuration. getRestartingPolicy()Methods in org.apache.camel.component.aws2.s3 with parameters of type AWSS3RestartingPolicyEnum Modifier and Type Method Description voidAWS2S3Configuration. 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 AWSS3RestartingPolicyEnum Modifier and Type Method Description static AWSS3RestartingPolicyEnumAWSS3RestartingPolicyEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AWSS3RestartingPolicyEnum[]AWSS3RestartingPolicyEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-