Class DeleteAutoscalingPolicyRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.autoscaling.DeleteAutoscalingPolicyRequest
- All Implemented Interfaces:
ElasticsearchCommonRequest
public final class DeleteAutoscalingPolicyRequest extends RequestBase
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteAutoscalingPolicyRequest.BuilderBuilder forDeleteAutoscalingPolicyRequest.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static Endpoint<DeleteAutoscalingPolicyRequest,DeleteAutoscalingPolicyResponse,ElasticsearchError>ENDPOINTEndpoint "autoscaling.delete_autoscaling_policy". -
Constructor Summary
Constructors Constructor Description DeleteAutoscalingPolicyRequest(DeleteAutoscalingPolicyRequest.Builder builder)DeleteAutoscalingPolicyRequest(java.util.function.Function<DeleteAutoscalingPolicyRequest.Builder,DeleteAutoscalingPolicyRequest.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.Stringname()Required - the name of the autoscaling policyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ENDPOINT
public static final Endpoint<DeleteAutoscalingPolicyRequest,DeleteAutoscalingPolicyResponse,ElasticsearchError> ENDPOINTEndpoint "autoscaling.delete_autoscaling_policy".
-
-
Constructor Details
-
DeleteAutoscalingPolicyRequest
-
DeleteAutoscalingPolicyRequest
public DeleteAutoscalingPolicyRequest(java.util.function.Function<DeleteAutoscalingPolicyRequest.Builder,DeleteAutoscalingPolicyRequest.Builder> fn)
-
-
Method Details
-
name
public java.lang.String name()Required - the name of the autoscaling policyAPI name:
name
-