Uses of Class
org.apache.camel.component.aws2.iam.IAM2Configuration
-
Packages that use IAM2Configuration Package Description org.apache.camel.component.aws2.iam org.apache.camel.component.aws2.iam.client org.apache.camel.component.aws2.iam.client.impl -
-
Uses of IAM2Configuration in org.apache.camel.component.aws2.iam
Methods in org.apache.camel.component.aws2.iam that return IAM2Configuration Modifier and Type Method Description IAM2Configuration
IAM2Configuration. copy()
IAM2Configuration
IAM2Component. getConfiguration()
IAM2Configuration
IAM2Endpoint. getConfiguration()
protected IAM2Configuration
IAM2Producer. getConfiguration()
Methods in org.apache.camel.component.aws2.iam with parameters of type IAM2Configuration Modifier and Type Method Description void
IAM2Component. setConfiguration(IAM2Configuration configuration)
Component configurationConstructors in org.apache.camel.component.aws2.iam with parameters of type IAM2Configuration Constructor Description IAM2Endpoint(String uri, org.apache.camel.Component component, IAM2Configuration configuration)
-
Uses of IAM2Configuration in org.apache.camel.component.aws2.iam.client
Methods in org.apache.camel.component.aws2.iam.client with parameters of type IAM2Configuration Modifier and Type Method Description static IAM2InternalClient
IAM2ClientFactory. getIamClient(IAM2Configuration configuration)
Return the correct AWS IAM client (based on remote vs local). -
Uses of IAM2Configuration in org.apache.camel.component.aws2.iam.client.impl
Constructors in org.apache.camel.component.aws2.iam.client.impl with parameters of type IAM2Configuration Constructor Description IAM2ClientOptimizedImpl(IAM2Configuration configuration)
Constructor that uses the config file.IAM2ClientStandardImpl(IAM2Configuration configuration)
Constructor that uses the config file.
-