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 BucketInfoBucketInfo. clone()BucketInfoBucketInfo. withBuckets(Bucket... buckets)A list of the calculated facet values and counts.BucketInfoBucketInfo. 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 SearchResultSearchResult. addFacetsEntry(String key, BucketInfo value)Method parameters in com.amazonaws.services.cloudsearchdomain.model with type arguments of type BucketInfo Modifier and Type Method Description voidSearchResult. setFacets(Map<String,BucketInfo> facets)The requested facet information.SearchResultSearchResult. withFacets(Map<String,BucketInfo> facets)The requested facet information.
-