Class IAM2ClientFactory
- java.lang.Object
-
- org.apache.camel.component.aws2.iam.client.IAM2ClientFactory
-
public final class IAM2ClientFactory extends Object
Factory class to return the correct type of AWS IAM client.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IAM2InternalClientgetIamClient(IAM2Configuration configuration)Return the correct AWS IAM client (based on remote vs local).
-
-
-
Method Detail
-
getIamClient
public static IAM2InternalClient getIamClient(IAM2Configuration configuration)
Return the correct AWS IAM client (based on remote vs local).- Parameters:
configuration- configuration- Returns:
- IamClient
-
-