Uses of Class
com.amazonaws.services.cloudsearchdomain.model.SearchStatus
-
Packages that use SearchStatus Package Description com.amazonaws.services.cloudsearchdomain.model -
-
Uses of SearchStatus in com.amazonaws.services.cloudsearchdomain.model
Methods in com.amazonaws.services.cloudsearchdomain.model that return SearchStatus Modifier and Type Method Description SearchStatusSearchStatus. clone()SearchStatusSearchResult. getStatus()The status information returned for the search request.SearchStatusSearchStatus. withRid(String rid)The encrypted resource ID for the request.SearchStatusSearchStatus. withTimems(Long timems)How long it took to process the request, in milliseconds.Methods in com.amazonaws.services.cloudsearchdomain.model with parameters of type SearchStatus Modifier and Type Method Description voidSearchResult. setStatus(SearchStatus status)The status information returned for the search request.SearchResultSearchResult. withStatus(SearchStatus status)The status information returned for the search request.
-