Class ExistsRequest

java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.indices.ExistsRequest

public final class ExistsRequest
extends RequestBase
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  ExistsRequest.Builder
    Builder for ExistsRequest.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static Endpoint<ExistsRequest,​BooleanResponse,​OpenSearchError> ENDPOINT
    Endpoint "indices.exists".
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected ExistsRequest​(ExistsRequest.Builder builder)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Boolean allowNoIndices()
    API name: allow_no_indices
    jakarta.json.JsonValue expandWildcards()
    API name: expand_wildcards
    java.lang.Boolean flatSettings()
    API name: flat_settings
    java.lang.Boolean ignoreUnavailable()
    API name: ignore_unavailable
    java.lang.Boolean includeDefaults()
    API name: include_defaults
    java.util.List<java.lang.String> index()
    API name: index
    java.lang.Boolean local()
    API name: local

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait