Class ElasticsearchProjectAsyncClient
java.lang.Object
co.elastic.clients.ApiClient<ElasticsearchTransport,ElasticsearchProjectAsyncClient>
co.elastic.clients.elasticsearch.project.ElasticsearchProjectAsyncClient
- All Implemented Interfaces:
Closeable,AutoCloseable
public class ElasticsearchProjectAsyncClient
extends ApiClient<ElasticsearchTransport,ElasticsearchProjectAsyncClient>
Client for the project namespace.
-
Field Summary
Fields inherited from class co.elastic.clients.ApiClient
transport, transportOptions -
Constructor Summary
ConstructorsConstructorDescriptionElasticsearchProjectAsyncClient(ElasticsearchTransport transport, TransportOptions transportOptions) -
Method Summary
Modifier and TypeMethodDescriptiontags()Return tags defined for the projectwithTransportOptions(TransportOptions transportOptions) Creates a new client with some request optionsMethods inherited from class co.elastic.clients.ApiClient
_jsonpMapper, _transport, _transportOptions, close, getDeserializer, withTransportOptions
-
Constructor Details
-
ElasticsearchProjectAsyncClient
-
ElasticsearchProjectAsyncClient
public ElasticsearchProjectAsyncClient(ElasticsearchTransport transport, @Nullable TransportOptions transportOptions)
-
-
Method Details
-
withTransportOptions
public ElasticsearchProjectAsyncClient withTransportOptions(@Nullable TransportOptions transportOptions) Description copied from class:ApiClientCreates a new client with some request options- Specified by:
withTransportOptionsin classApiClient<ElasticsearchTransport,ElasticsearchProjectAsyncClient>
-
tags
Return tags defined for the project- See Also:
-