Package | Description |
---|---|
com.amazonaws.services.cloudsearchdomain.model | |
com.amazonaws.services.cloudsearchdomain.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalMap<java.lang.String,BucketInfo> |
SearchResult.facets
The requested facet information.
|
Modifier and Type | Method and Description |
---|---|
BucketInfo |
BucketInfo.clone() |
BucketInfo |
BucketInfo.withBuckets(Bucket... buckets)
A list of the calculated facet values and counts.
|
BucketInfo |
BucketInfo.withBuckets(java.util.Collection<Bucket> buckets)
A list of the calculated facet values and counts.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,BucketInfo> |
SearchResult.getFacets()
The requested facet information.
|
Modifier and Type | Method and Description |
---|---|
SearchResult |
SearchResult.addFacetsEntry(java.lang.String key,
BucketInfo value) |
Modifier and Type | Method and Description |
---|---|
void |
SearchResult.setFacets(java.util.Map<java.lang.String,BucketInfo> facets)
The requested facet information.
|
SearchResult |
SearchResult.withFacets(java.util.Map<java.lang.String,BucketInfo> facets)
The requested facet information.
|
Modifier and Type | Method and Description |
---|---|
BucketInfo |
BucketInfoJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
BucketInfoJsonMarshaller.marshall(BucketInfo bucketInfo,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|