Uses of Class
org.apache.camel.component.aws2.s3.AWS2S3Configuration
Packages that use AWS2S3Configuration
Package
Description
-
Uses of AWS2S3Configuration in org.apache.camel.component.aws2.s3
Methods in org.apache.camel.component.aws2.s3 that return AWS2S3ConfigurationModifier and TypeMethodDescriptionAWS2S3Configuration.copy()AWS2S3Component.getConfiguration()protected AWS2S3ConfigurationAWS2S3Consumer.getConfiguration()AWS2S3Endpoint.getConfiguration()protected AWS2S3ConfigurationAWS2S3Producer.getConfiguration()Methods in org.apache.camel.component.aws2.s3 with parameters of type AWS2S3ConfigurationModifier and TypeMethodDescriptionvoidAWS2S3Component.setConfiguration(AWS2S3Configuration configuration) The component configurationvoidAWS2S3Endpoint.setConfiguration(AWS2S3Configuration configuration) Constructors in org.apache.camel.component.aws2.s3 with parameters of type AWS2S3ConfigurationModifierConstructorDescriptionAWS2S3Endpoint(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 AWS2S3ConfigurationModifier and TypeMethodDescriptionstatic 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 AWS2S3ConfigurationModifierConstructorDescriptionAWS2S3ClientIAMOptimizedImpl(AWS2S3Configuration configuration) Constructor that uses the config file.AWS2S3ClientIAMProfileOptimizedImpl(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 AWS2S3ConfigurationModifier and TypeMethodDescriptionprotected 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 AWS2S3ConfigurationModifier and TypeMethodDescriptionstatic 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) static voidAWS2S3Utils.setEncryption(software.amazon.awssdk.services.s3.model.CreateMultipartUploadRequest.Builder createMultipartUploadRequest, AWS2S3Configuration configuration)