Uses of Class
com.amazonaws.services.cloudsearchdomain.model.BucketInfo
Packages that use BucketInfo
-
Uses of BucketInfo in com.amazonaws.services.cloudsearchdomain.model
Methods in com.amazonaws.services.cloudsearchdomain.model that return BucketInfoModifier and TypeMethodDescriptionBucketInfo.clone()
BucketInfo.withBuckets
(Bucket... buckets) A list of the calculated facet values and counts.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 BucketInfoMethods in com.amazonaws.services.cloudsearchdomain.model with parameters of type BucketInfoMethod parameters in com.amazonaws.services.cloudsearchdomain.model with type arguments of type BucketInfoModifier and TypeMethodDescriptionvoid
SearchResult.setFacets
(Map<String, BucketInfo> facets) The requested facet information.SearchResult.withFacets
(Map<String, BucketInfo> facets) The requested facet information.