Uses of Interface
org.apache.camel.component.aws2.s3.client.AWS2CamelS3InternalClient
-
Packages that use AWS2CamelS3InternalClient Package Description org.apache.camel.component.aws2.s3.client org.apache.camel.component.aws2.s3.client.impl -
-
Uses of AWS2CamelS3InternalClient in org.apache.camel.component.aws2.s3.client
Methods in org.apache.camel.component.aws2.s3.client that return AWS2CamelS3InternalClient Modifier and Type Method Description static AWS2CamelS3InternalClientAWS2S3ClientFactory. getAWSS3Client(AWS2S3Configuration configuration)Return the correct aws s3 client (based on remote vs local). -
Uses of AWS2CamelS3InternalClient in org.apache.camel.component.aws2.s3.client.impl
Classes in org.apache.camel.component.aws2.s3.client.impl that implement AWS2CamelS3InternalClient Modifier and Type Class Description classAWS2S3ClientIAMOptimizedImplManage an AWS s3 client for all users to use (enabling temporary creds).classAWS2S3ClientStandardImplManage an AWS s3 client for all users to use.
-