| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
StaticEndpointBuilders.atmos(String path)
Atmos (camel-atmos)
Integrate with EMC's ViPR object data services using the Atmos Client.
|
static AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
StaticEndpointBuilders.atmos(String componentName,
String path)
Atmos (camel-atmos)
Integrate with EMC's ViPR object data services using the Atmos Client.
|
| Modifier and Type | Method and Description |
|---|---|
default AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
AtmosEndpointBuilderFactory.AtmosBuilders.atmos(String path)
Atmos (camel-atmos)
Integrate with EMC's ViPR object data services using the Atmos
Client.
|
default AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
AtmosEndpointBuilderFactory.AtmosBuilders.atmos(String componentName,
String path)
Atmos (camel-atmos)
Integrate with EMC's ViPR object data services using the Atmos
Client.
|
default AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
AtmosEndpointBuilderFactory.AdvancedAtmosEndpointBuilder.basic() |
static AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
AtmosEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
AtmosEndpointBuilderFactory.AtmosEndpointBuilder.fullTokenId(String fullTokenId)
Atmos client fullTokenId.
|
default AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
AtmosEndpointBuilderFactory.AtmosEndpointBuilder.localPath(String localPath)
Local path to put files.
|
default AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
AtmosEndpointBuilderFactory.AtmosEndpointBuilder.newRemotePath(String newRemotePath)
New path on Atmos when moving files.
|
default AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
AtmosEndpointBuilderFactory.AtmosEndpointBuilder.query(String query)
Search query on Atmos.
|
default AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
AtmosEndpointBuilderFactory.AtmosEndpointBuilder.remotePath(String remotePath)
Where to put files on Atmos.
|
default AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
AtmosEndpointBuilderFactory.AtmosEndpointBuilder.secretKey(String secretKey)
The secret key to pass to the Atmos client (should be base64
encoded).
|
default AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
AtmosEndpointBuilderFactory.AtmosEndpointBuilder.sslValidation(boolean sslValidation)
Atmos SSL validation.
|
default AtmosEndpointBuilderFactory.AtmosEndpointBuilder |
AtmosEndpointBuilderFactory.AtmosEndpointBuilder.sslValidation(String sslValidation)
Atmos SSL validation.
|
Apache Camel