Package | Description |
---|---|
com.amazonaws.services.cloudsearchdomain.model | |
com.amazonaws.services.cloudsearchdomain.model.transform |
Modifier and Type | Field and Description |
---|---|
private SearchStatus |
SearchResult.status
The status information returned for the search request.
|
Modifier and Type | Method and Description |
---|---|
SearchStatus |
SearchStatus.clone() |
SearchStatus |
SearchResult.getStatus()
The status information returned for the search request.
|
SearchStatus |
SearchStatus.withRid(java.lang.String rid)
The encrypted resource ID for the request.
|
SearchStatus |
SearchStatus.withTimems(java.lang.Long timems)
How long it took to process the request, in milliseconds.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchResult.setStatus(SearchStatus status)
The status information returned for the search request.
|
SearchResult |
SearchResult.withStatus(SearchStatus status)
The status information returned for the search request.
|
Modifier and Type | Method and Description |
---|---|
SearchStatus |
SearchStatusJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SearchStatusJsonMarshaller.marshall(SearchStatus searchStatus,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|