Class ElasticsearchAutoscalingAsyncClient
java.lang.Object
co.elastic.clients.ApiClient<ElasticsearchTransport,ElasticsearchAutoscalingAsyncClient>
co.elastic.clients.elasticsearch.autoscaling.ElasticsearchAutoscalingAsyncClient
- All Implemented Interfaces:
Closeable,AutoCloseable
public class ElasticsearchAutoscalingAsyncClient
extends ApiClient<ElasticsearchTransport,ElasticsearchAutoscalingAsyncClient>
Client for the autoscaling namespace.
-
Field Summary
Fields inherited from class co.elastic.clients.ApiClient
transport, transportOptions -
Constructor Summary
ConstructorsConstructorDescriptionElasticsearchAutoscalingAsyncClient(ElasticsearchTransport transport, TransportOptions transportOptions) -
Method Summary
Modifier and TypeMethodDescriptionDeletes an autoscaling policy.deleteAutoscalingPolicy(Function<DeleteAutoscalingPolicyRequest.Builder, ObjectBuilder<DeleteAutoscalingPolicyRequest>> fn) Deletes an autoscaling policy.Gets the current autoscaling capacity based on the configured autoscaling policy.Retrieves an autoscaling policy.getAutoscalingPolicy(Function<GetAutoscalingPolicyRequest.Builder, ObjectBuilder<GetAutoscalingPolicyRequest>> fn) Retrieves an autoscaling policy.Creates a new autoscaling policy.putAutoscalingPolicy(Function<PutAutoscalingPolicyRequest.Builder, ObjectBuilder<PutAutoscalingPolicyRequest>> fn) Creates a new autoscaling policy.withTransportOptions(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
-
ElasticsearchAutoscalingAsyncClient
-
ElasticsearchAutoscalingAsyncClient
public ElasticsearchAutoscalingAsyncClient(ElasticsearchTransport transport, @Nullable TransportOptions transportOptions)
-
-
Method Details
-
withTransportOptions
public ElasticsearchAutoscalingAsyncClient withTransportOptions(@Nullable TransportOptions transportOptions) Description copied from class:ApiClientCreates a new client with some request options- Specified by:
withTransportOptionsin classApiClient<ElasticsearchTransport,ElasticsearchAutoscalingAsyncClient>
-
deleteAutoscalingPolicy
public CompletableFuture<DeleteAutoscalingPolicyResponse> deleteAutoscalingPolicy(DeleteAutoscalingPolicyRequest request) Deletes an autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported.- See Also:
-
deleteAutoscalingPolicy
public final CompletableFuture<DeleteAutoscalingPolicyResponse> deleteAutoscalingPolicy(Function<DeleteAutoscalingPolicyRequest.Builder, ObjectBuilder<DeleteAutoscalingPolicyRequest>> fn) Deletes an autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported.- Parameters:
fn- a function that initializes a builder to create theDeleteAutoscalingPolicyRequest- See Also:
-
getAutoscalingCapacity
Gets the current autoscaling capacity based on the configured autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported.- See Also:
-
getAutoscalingPolicy
public CompletableFuture<GetAutoscalingPolicyResponse> getAutoscalingPolicy(GetAutoscalingPolicyRequest request) Retrieves an autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported.- See Also:
-
getAutoscalingPolicy
public final CompletableFuture<GetAutoscalingPolicyResponse> getAutoscalingPolicy(Function<GetAutoscalingPolicyRequest.Builder, ObjectBuilder<GetAutoscalingPolicyRequest>> fn) Retrieves an autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported.- Parameters:
fn- a function that initializes a builder to create theGetAutoscalingPolicyRequest- See Also:
-
putAutoscalingPolicy
public CompletableFuture<PutAutoscalingPolicyResponse> putAutoscalingPolicy(PutAutoscalingPolicyRequest request) Creates a new autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported.- See Also:
-
putAutoscalingPolicy
public final CompletableFuture<PutAutoscalingPolicyResponse> putAutoscalingPolicy(Function<PutAutoscalingPolicyRequest.Builder, ObjectBuilder<PutAutoscalingPolicyRequest>> fn) Creates a new autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported.- Parameters:
fn- a function that initializes a builder to create thePutAutoscalingPolicyRequest- See Also:
-