Uses of Class
software.amazon.awssdk.services.cloudsearchdomain.model.Hit
-
Packages that use Hit Package Description software.amazon.awssdk.services.cloudsearchdomain.model -
-
Uses of Hit in software.amazon.awssdk.services.cloudsearchdomain.model
Methods in software.amazon.awssdk.services.cloudsearchdomain.model that return types with arguments of type Hit Modifier and Type Method Description List<Hit>Hits. hit()A document that matches the search request.Methods in software.amazon.awssdk.services.cloudsearchdomain.model with parameters of type Hit Modifier and Type Method Description Hits.BuilderHits.Builder. hit(Hit... hit)A document that matches the search request.Method parameters in software.amazon.awssdk.services.cloudsearchdomain.model with type arguments of type Hit Modifier and Type Method Description Hits.BuilderHits.Builder. hit(Collection<Hit> hit)A document that matches the search request.
-