You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/10/03 07:27:38 UTC

[camel] 01/06: Camel-AWS SDB: Added list of producer operations on docs

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit bbbf2cc38efd28577452c5a5c4dd58718e1a1101
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 3 09:01:13 2019 +0200

    Camel-AWS SDB: Added list of producer operations on docs
---
 .../camel-aws-sdb/src/main/docs/aws-sdb-component.adoc     | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/components/camel-aws-sdb/src/main/docs/aws-sdb-component.adoc b/components/camel-aws-sdb/src/main/docs/aws-sdb-component.adoc
index 2b2eccb..e84c5ee 100644
--- a/components/camel-aws-sdb/src/main/docs/aws-sdb-component.adoc
+++ b/components/camel-aws-sdb/src/main/docs/aws-sdb-component.adoc
@@ -238,6 +238,20 @@ AmazonSimpleDB client = new AmazonSimpleDBClient(awsCredentials, clientConfigura
 registry.bind("client", client);
 --------------------------------------------------------------------------------------
 
+=== SDB Producer operations
+
+Camel-AWS SDB component provides the following operation on the producer side:
+
+- BatchDeleteAttributes
+- BatchPutAttributes
+- DeleteAttributes
+- DeleteDomain
+- DomainMetadata
+- GetAttributes
+- ListDomains
+- PutAttributes
+- Select
+
 == Dependencies
 
 Maven users will need to add the following dependency to their pom.xml.