Class ApiKeyQueryBuilders
java.lang.Object
co.elastic.clients.elasticsearch.security.query_api_keys.ApiKeyQueryBuilders
Builders for
ApiKeyQuery variants.-
Method Summary
Modifier and TypeMethodDescriptionstatic BoolQuery.Builderbool()Creates a builder for theboolApiKeyQueryvariant.static ApiKeyQueryCreates a ApiKeyQuery of theboolApiKeyQueryvariant.static ExistsQuery.Builderexists()Creates a builder for theexistsApiKeyQueryvariant.static ApiKeyQueryCreates a ApiKeyQuery of theexistsApiKeyQueryvariant.static IdsQuery.Builderids()Creates a builder for theidsApiKeyQueryvariant.static ApiKeyQueryCreates a ApiKeyQuery of theidsApiKeyQueryvariant.static MatchQuery.Buildermatch()Creates a builder for thematchApiKeyQueryvariant.static ApiKeyQueryCreates a ApiKeyQuery of thematchApiKeyQueryvariant.static MatchAllQuery.BuildermatchAll()Creates a builder for thematch_allApiKeyQueryvariant.static ApiKeyQueryCreates a ApiKeyQuery of thematch_allApiKeyQueryvariant.static PrefixQuery.Builderprefix()Creates a builder for theprefixApiKeyQueryvariant.static ApiKeyQueryCreates a ApiKeyQuery of theprefixApiKeyQueryvariant.static RangeQuery.Builderrange()Creates a builder for therangeApiKeyQueryvariant.static ApiKeyQueryCreates a ApiKeyQuery of therangeApiKeyQueryvariant.Creates a builder for thesimple_query_stringApiKeyQueryvariant.static ApiKeyQuerysimpleQueryString(Function<SimpleQueryStringQuery.Builder, ObjectBuilder<SimpleQueryStringQuery>> fn) Creates a ApiKeyQuery of thesimple_query_stringApiKeyQueryvariant.static TermQuery.Builderterm()Creates a builder for thetermApiKeyQueryvariant.static ApiKeyQueryCreates a ApiKeyQuery of thetermApiKeyQueryvariant.static TermsQuery.Builderterms()Creates a builder for thetermsApiKeyQueryvariant.static ApiKeyQueryCreates a ApiKeyQuery of thetermsApiKeyQueryvariant.static WildcardQuery.Builderwildcard()Creates a builder for thewildcardApiKeyQueryvariant.static ApiKeyQueryCreates a ApiKeyQuery of thewildcardApiKeyQueryvariant.
-
Method Details
-
bool
Creates a builder for theboolApiKeyQueryvariant. -
bool
Creates a ApiKeyQuery of theboolApiKeyQueryvariant. -
exists
Creates a builder for theexistsApiKeyQueryvariant. -
exists
Creates a ApiKeyQuery of theexistsApiKeyQueryvariant. -
ids
Creates a builder for theidsApiKeyQueryvariant. -
ids
Creates a ApiKeyQuery of theidsApiKeyQueryvariant. -
match
Creates a builder for thematchApiKeyQueryvariant. -
match
Creates a ApiKeyQuery of thematchApiKeyQueryvariant. -
matchAll
Creates a builder for thematch_allApiKeyQueryvariant. -
matchAll
Creates a ApiKeyQuery of thematch_allApiKeyQueryvariant. -
prefix
Creates a builder for theprefixApiKeyQueryvariant. -
prefix
Creates a ApiKeyQuery of theprefixApiKeyQueryvariant. -
range
Creates a builder for therangeApiKeyQueryvariant. -
range
Creates a ApiKeyQuery of therangeApiKeyQueryvariant. -
simpleQueryString
Creates a builder for thesimple_query_stringApiKeyQueryvariant. -
simpleQueryString
public static ApiKeyQuery simpleQueryString(Function<SimpleQueryStringQuery.Builder, ObjectBuilder<SimpleQueryStringQuery>> fn) Creates a ApiKeyQuery of thesimple_query_stringApiKeyQueryvariant. -
term
Creates a builder for thetermApiKeyQueryvariant. -
term
Creates a ApiKeyQuery of thetermApiKeyQueryvariant. -
terms
Creates a builder for thetermsApiKeyQueryvariant. -
terms
Creates a ApiKeyQuery of thetermsApiKeyQueryvariant. -
wildcard
Creates a builder for thewildcardApiKeyQueryvariant. -
wildcard
Creates a ApiKeyQuery of thewildcardApiKeyQueryvariant.
-