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