Uses of Class
software.amazon.awssdk.services.cloudsearchdomain.model.Hits
-
Packages that use Hits Package Description software.amazon.awssdk.services.cloudsearchdomain.model -
-
Uses of Hits in software.amazon.awssdk.services.cloudsearchdomain.model
Methods in software.amazon.awssdk.services.cloudsearchdomain.model that return Hits Modifier and Type Method Description HitsSearchResponse. hits()The documents that match the search criteria.Methods in software.amazon.awssdk.services.cloudsearchdomain.model with parameters of type Hits Modifier and Type Method Description SearchResponse.BuilderSearchResponse.Builder. hits(Hits hits)The documents that match the search criteria.
-