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