public static interface OBSEndpointBuilderFactory.OBSBuilders
| Modifier and Type | Method and Description |
|---|---|
default OBSEndpointBuilderFactory.OBSEndpointBuilder |
hwcloudObs(String path)
Huawei Object Storage Service (OBS) (camel-huaweicloud-obs)
To provide stable, secure, efficient, and easy-to-use cloud storage
service on Huawei Cloud
Category: cloud
Since: 3.12
Maven coordinates: org.apache.camel:camel-huaweicloud-obs
Syntax:
hwcloud-obs:operation
Path parameter: operation (required)
Operation to be performed |
default OBSEndpointBuilderFactory.OBSEndpointBuilder |
hwcloudObs(String componentName,
String path)
Huawei Object Storage Service (OBS) (camel-huaweicloud-obs)
To provide stable, secure, efficient, and easy-to-use cloud storage
service on Huawei Cloud
Category: cloud
Since: 3.12
Maven coordinates: org.apache.camel:camel-huaweicloud-obs
Syntax:
hwcloud-obs:operation
Path parameter: operation (required)
Operation to be performed |
default OBSEndpointBuilderFactory.OBSEndpointBuilder hwcloudObs(String path)
hwcloud-obs:operation
Path parameter: operation (required)
Operation to be performedpath - operationdefault OBSEndpointBuilderFactory.OBSEndpointBuilder hwcloudObs(String componentName, String path)
hwcloud-obs: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