Class IAM2ClientFactory
java.lang.Object
org.apache.camel.component.aws2.iam.client.IAM2ClientFactory
Factory class to return the correct type of AWS IAM client.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IAM2InternalClientgetIamClient(IAM2Configuration configuration) Return the correct AWS IAM client (based on remote vs local).
-
Method Details
-
getIamClient
Return the correct AWS IAM client (based on remote vs local).- Parameters:
configuration- configuration- Returns:
- IamClient
-