Uses of Class
com.amazonaws.services.cloudsearchdomain.model.Bucket
-
Packages that use Bucket Package Description com.amazonaws.services.cloudsearchdomain.model -
-
Uses of Bucket in com.amazonaws.services.cloudsearchdomain.model
Methods in com.amazonaws.services.cloudsearchdomain.model that return Bucket Modifier and Type Method Description Bucket
Bucket. clone()
Bucket
Bucket. withCount(Long count)
The number of hits that contain the facet value in the specified facet field.Bucket
Bucket. withValue(String value)
The facet value being counted.Methods in com.amazonaws.services.cloudsearchdomain.model that return types with arguments of type Bucket Modifier and Type Method Description List<Bucket>
BucketInfo. getBuckets()
A list of the calculated facet values and counts.Methods in com.amazonaws.services.cloudsearchdomain.model with parameters of type Bucket Modifier and Type Method Description BucketInfo
BucketInfo. 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 Bucket Modifier and Type Method Description void
BucketInfo. setBuckets(Collection<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.
-