public static interface IAMEndpointBuilderFactory.IAMBuilders
| Modifier and Type | Method and Description |
|---|---|
default IAMEndpointBuilderFactory.IAMEndpointBuilder |
hwcloudIam(String path)
Huawei Identity and Access Management (IAM) (camel-huaweicloud-iam)
To securely manage users on Huawei Cloud
Category: cloud
Since: 3.11
Maven coordinates: org.apache.camel:camel-huaweicloud-iam
Syntax:
hwcloud-iam:operation
Path parameter: operation (required)
Operation to be performed |
default IAMEndpointBuilderFactory.IAMEndpointBuilder |
hwcloudIam(String componentName,
String path)
Huawei Identity and Access Management (IAM) (camel-huaweicloud-iam)
To securely manage users on Huawei Cloud
Category: cloud
Since: 3.11
Maven coordinates: org.apache.camel:camel-huaweicloud-iam
Syntax:
hwcloud-iam:operation
Path parameter: operation (required)
Operation to be performed |
default IAMEndpointBuilderFactory.IAMEndpointBuilder hwcloudIam(String path)
hwcloud-iam:operation
Path parameter: operation (required)
Operation to be performedpath - operationdefault IAMEndpointBuilderFactory.IAMEndpointBuilder hwcloudIam(String componentName, String path)
hwcloud-iam:operation
Path parameter: operation (required)
Operation to be performedcomponentName - to use a custom component name for the endpoint
instead of the default namepath - operationApache Camel