Uses of Class
org.apache.camel.component.aws2.s3.AWS2S3Configuration
-
-
Uses of AWS2S3Configuration in org.apache.camel.component.aws2.s3
Methods in org.apache.camel.component.aws2.s3 that return AWS2S3Configuration Modifier and Type Method Description AWS2S3ConfigurationAWS2S3Configuration. copy()AWS2S3ConfigurationAWS2S3Component. getConfiguration()protected AWS2S3ConfigurationAWS2S3Consumer. getConfiguration()AWS2S3ConfigurationAWS2S3Endpoint. getConfiguration()protected AWS2S3ConfigurationAWS2S3Producer. getConfiguration()Methods in org.apache.camel.component.aws2.s3 with parameters of type AWS2S3Configuration Modifier and Type Method Description voidAWS2S3Component. setConfiguration(AWS2S3Configuration configuration)The component configurationvoidAWS2S3Endpoint. setConfiguration(AWS2S3Configuration configuration)Constructors in org.apache.camel.component.aws2.s3 with parameters of type AWS2S3Configuration Constructor Description AWS2S3Endpoint(String uri, org.apache.camel.Component comp, AWS2S3Configuration configuration) -
Uses of AWS2S3Configuration in org.apache.camel.component.aws2.s3.client
Methods in org.apache.camel.component.aws2.s3.client with parameters of type AWS2S3Configuration Modifier and Type Method Description static AWS2CamelS3InternalClientAWS2S3ClientFactory. getAWSS3Client(AWS2S3Configuration configuration)Return the correct aws s3 client (based on remote vs local). -
Uses of AWS2S3Configuration in org.apache.camel.component.aws2.s3.client.impl
Constructors in org.apache.camel.component.aws2.s3.client.impl with parameters of type AWS2S3Configuration Constructor Description AWS2S3ClientIAMOptimizedImpl(AWS2S3Configuration configuration)Constructor that uses the config file.AWS2S3ClientStandardImpl(AWS2S3Configuration configuration)Constructor that uses the config file. -
Uses of AWS2S3Configuration in org.apache.camel.component.aws2.s3.stream
Methods in org.apache.camel.component.aws2.s3.stream that return AWS2S3Configuration Modifier and Type Method Description protected AWS2S3ConfigurationAWS2S3StreamUploadProducer. getConfiguration() -
Uses of AWS2S3Configuration in org.apache.camel.component.aws2.s3.utils
Methods in org.apache.camel.component.aws2.s3.utils with parameters of type AWS2S3Configuration Modifier and Type Method Description static StringAWS2S3Utils. determineBucketName(org.apache.camel.Exchange exchange, AWS2S3Configuration configuration)Reads the bucket name from the header of the given exchange.static StringAWS2S3Utils. determineKey(org.apache.camel.Exchange exchange, AWS2S3Configuration configuration)static StringAWS2S3Utils. determineStorageClass(org.apache.camel.Exchange exchange, AWS2S3Configuration configuration)
-