public class CloudSearch.Indexing
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
CloudSearch.Indexing.Datasources
The "datasources" collection of methods.
|
Constructor and Description |
---|
Indexing() |
Modifier and Type | Method and Description |
---|---|
CloudSearch.Indexing.Datasources |
datasources()
An accessor for creating requests from the Datasources collection.
|
public CloudSearch.Indexing.Datasources datasources()
The typical use is:
CloudSearch cloudsearch = new CloudSearch(...);
CloudSearch.Datasources.List request = cloudsearch.datasources().list(parameters ...)