Package | Description |
---|---|
com.amazonaws.services.cloudsearchdomain.model | |
com.amazonaws.services.cloudsearchdomain.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Bucket> |
BucketInfo.buckets
A list of the calculated facet values and counts.
|
Modifier and Type | Method and Description |
---|---|
Bucket |
Bucket.clone() |
Bucket |
Bucket.withCount(java.lang.Long count)
The number of hits that contain the facet value in the specified facet
field.
|
Bucket |
Bucket.withValue(java.lang.String value)
The facet value being counted.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Bucket> |
BucketInfo.getBuckets()
A list of the calculated facet values and counts.
|
Modifier and Type | Method and Description |
---|---|
BucketInfo |
BucketInfo.withBuckets(Bucket... buckets)
A list of the calculated facet values and counts.
|
Modifier and Type | Method and Description |
---|---|
void |
BucketInfo.setBuckets(java.util.Collection<Bucket> buckets)
A list of the calculated facet values and counts.
|
BucketInfo |
BucketInfo.withBuckets(java.util.Collection<Bucket> buckets)
A list of the calculated facet values and counts.
|
Modifier and Type | Method and Description |
---|---|
Bucket |
BucketJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
BucketJsonMarshaller.marshall(Bucket bucket,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|