Uses of Interface
org.apache.camel.component.aws2.kms.client.KMS2InternalClient
-
Packages that use KMS2InternalClient Package Description org.apache.camel.component.aws2.kms.client org.apache.camel.component.aws2.kms.client.impl -
-
Uses of KMS2InternalClient in org.apache.camel.component.aws2.kms.client
Methods in org.apache.camel.component.aws2.kms.client that return KMS2InternalClient Modifier and Type Method Description static KMS2InternalClientKMS2ClientFactory. getKmsClient(KMS2Configuration configuration)Return the correct AWS KMS client (based on remote vs local). -
Uses of KMS2InternalClient in org.apache.camel.component.aws2.kms.client.impl
Classes in org.apache.camel.component.aws2.kms.client.impl that implement KMS2InternalClient Modifier and Type Class Description classKMS2ClientOptimizedImplManage an AWS KMS client for all users to use (enabling temporary creds).classKMS2ClientStandardImplManage an AWS KMS client for all users to use.
-