Uses of Interface
org.apache.camel.component.aws2.lambda.client.Lambda2InternalClient
-
Packages that use Lambda2InternalClient Package Description org.apache.camel.component.aws2.lambda.client org.apache.camel.component.aws2.lambda.client.impl -
-
Uses of Lambda2InternalClient in org.apache.camel.component.aws2.lambda.client
Methods in org.apache.camel.component.aws2.lambda.client that return Lambda2InternalClient Modifier and Type Method Description static Lambda2InternalClient
Lambda2ClientFactory. getLambdaClient(Lambda2Configuration configuration)
Return the correct AWS Lambda client (based on remote vs local). -
Uses of Lambda2InternalClient in org.apache.camel.component.aws2.lambda.client.impl
Classes in org.apache.camel.component.aws2.lambda.client.impl that implement Lambda2InternalClient Modifier and Type Class Description class
Lambda2ClientOptimizedImpl
Manage an AWS Lambda client for all users to use (enabling temporary creds).class
Lambda2ClientStandardImpl
Manage an AWS Lambda client for all users to use.
-