Class AWSConfigClientFactory
java.lang.Object
org.apache.camel.component.aws.config.client.AWSConfigClientFactory
Factory class to return the correct type of AWS Config client.
-
Method Summary
Modifier and TypeMethodDescriptionstatic AWSConfigInternalClientgetConfigClient(AWSConfigConfiguration configuration) Return the correct AWS Config client (based on remote vs local).
-
Method Details
-
getConfigClient
Return the correct AWS Config client (based on remote vs local).- Parameters:
configuration- configuration- Returns:
- ConfigClient
-