Uses of Class
software.amazon.awssdk.services.cloudsearchdomain.model.FieldStats
-
Packages that use FieldStats Package Description software.amazon.awssdk.services.cloudsearchdomain.model -
-
Uses of FieldStats in software.amazon.awssdk.services.cloudsearchdomain.model
Methods in software.amazon.awssdk.services.cloudsearchdomain.model that return types with arguments of type FieldStats Modifier and Type Method Description Map<String,FieldStats>SearchResponse. stats()The requested field statistics information.Method parameters in software.amazon.awssdk.services.cloudsearchdomain.model with type arguments of type FieldStats Modifier and Type Method Description SearchResponse.BuilderSearchResponse.Builder. stats(Map<String,FieldStats> stats)The requested field statistics information.
-