public static interface KMSEndpointBuilderFactory.KMSBuilders
| Modifier and Type | Method and Description |
|---|---|
default KMSEndpointBuilderFactory.KMSEndpointBuilder |
awsKms(String path)
AWS Key Management Service (KMS) (camel-aws-kms)
Manage keys stored in AWS KMS instances.
|
default KMSEndpointBuilderFactory.KMSEndpointBuilder |
awsKms(String componentName,
String path)
AWS Key Management Service (KMS) (camel-aws-kms)
Manage keys stored in AWS KMS instances.
|
default KMSEndpointBuilderFactory.KMSEndpointBuilder awsKms(String path)
aws-kms:label
Path parameter: label (required)
Logical namepath - labeldefault KMSEndpointBuilderFactory.KMSEndpointBuilder awsKms(String componentName, String path)
aws-kms:label
Path parameter: label (required)
Logical namecomponentName - to use a custom component name for the endpoint
instead of the default namepath - labelApache Camel