Uses of Interface
org.apache.camel.component.aws2.cw.client.Cw2InternalClient
-
Packages that use Cw2InternalClient Package Description org.apache.camel.component.aws2.cw.client org.apache.camel.component.aws2.cw.client.impl -
-
Uses of Cw2InternalClient in org.apache.camel.component.aws2.cw.client
Methods in org.apache.camel.component.aws2.cw.client that return Cw2InternalClient Modifier and Type Method Description static Cw2InternalClient
Cw2ClientFactory. getCloudWatchClient(Cw2Configuration configuration)
Return the correct AWS Cloud Watch client (based on remote vs local). -
Uses of Cw2InternalClient in org.apache.camel.component.aws2.cw.client.impl
Classes in org.apache.camel.component.aws2.cw.client.impl that implement Cw2InternalClient Modifier and Type Class Description class
Cw2ClientIAMOptimizedImpl
Manage an AWS CloudWatch client for all users to use (enabling temporary creds).class
Cw2ClientStandardImpl
Manage an AWS Cloud Watch client for all users to use.
-