Uses of Class
com.amazonaws.services.cloudsearchdomain.model.Bucket
Packages that use Bucket
-
Uses of Bucket in com.amazonaws.services.cloudsearchdomain.model
Methods in com.amazonaws.services.cloudsearchdomain.model that return BucketModifier and TypeMethodDescriptionBucket.clone()
The number of hits that contain the facet value in the specified facet field.The facet value being counted.Methods in com.amazonaws.services.cloudsearchdomain.model that return types with arguments of type BucketModifier and TypeMethodDescriptionBucketInfo.getBuckets()
A list of the calculated facet values and counts.Methods in com.amazonaws.services.cloudsearchdomain.model with parameters of type BucketModifier and TypeMethodDescriptionBucketInfo.withBuckets
(Bucket... buckets) A list of the calculated facet values and counts.Method parameters in com.amazonaws.services.cloudsearchdomain.model with type arguments of type BucketModifier and TypeMethodDescriptionvoid
BucketInfo.setBuckets
(Collection<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.