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