Uses of Interface
software.amazon.awssdk.services.cloudsearchdomain.model.Hits.Builder
-
Packages that use Hits.Builder Package Description software.amazon.awssdk.services.cloudsearchdomain.model -
-
Uses of Hits.Builder in software.amazon.awssdk.services.cloudsearchdomain.model
Methods in software.amazon.awssdk.services.cloudsearchdomain.model that return Hits.Builder Modifier and Type Method Description static Hits.BuilderHits. builder()Hits.BuilderHits.Builder. cursor(String cursor)A cursor that can be used to retrieve the next set of matching documents when you want to page through a large result set.Hits.BuilderHits.Builder. found(Long found)The total number of documents that match the search request.Hits.BuilderHits.Builder. hit(Collection<Hit> hit)A document that matches the search request.Hits.BuilderHits.Builder. hit(Consumer<Hit.Builder>... hit)A document that matches the search request.Hits.BuilderHits.Builder. hit(Hit... hit)A document that matches the search request.Hits.BuilderHits.Builder. start(Long start)The index of the first matching document.Hits.BuilderHits. toBuilder()Methods in software.amazon.awssdk.services.cloudsearchdomain.model that return types with arguments of type Hits.Builder Modifier and Type Method Description static Class<? extends Hits.Builder>Hits. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudsearchdomain.model with type arguments of type Hits.Builder Modifier and Type Method Description default SearchResponse.BuilderSearchResponse.Builder. hits(Consumer<Hits.Builder> hits)The documents that match the search criteria.
-