Uses of Class
com.amazonaws.services.cloudsearchdomain.model.BucketInfo
-
Packages that use BucketInfo Package Description com.amazonaws.services.cloudsearchdomain.model -
-
Uses of BucketInfo in com.amazonaws.services.cloudsearchdomain.model
Methods in com.amazonaws.services.cloudsearchdomain.model that return BucketInfo Modifier and Type Method Description BucketInfo
BucketInfo. clone()
BucketInfo
BucketInfo. withBuckets(Bucket... buckets)
A list of the calculated facet values and counts.BucketInfo
BucketInfo. withBuckets(Collection<Bucket> buckets)
A list of the calculated facet values and counts.Methods in com.amazonaws.services.cloudsearchdomain.model that return types with arguments of type BucketInfo Modifier and Type Method Description Map<String,BucketInfo>
SearchResult. getFacets()
The requested facet information.Methods in com.amazonaws.services.cloudsearchdomain.model with parameters of type BucketInfo Modifier and Type Method Description SearchResult
SearchResult. addFacetsEntry(String key, BucketInfo value)
Method parameters in com.amazonaws.services.cloudsearchdomain.model with type arguments of type BucketInfo Modifier and Type Method Description void
SearchResult. setFacets(Map<String,BucketInfo> facets)
The requested facet information.SearchResult
SearchResult. withFacets(Map<String,BucketInfo> facets)
The requested facet information.
-