Class DeleteAutoscalingPolicyRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.autoscaling.DeleteAutoscalingPolicyRequest
public class DeleteAutoscalingPolicyRequest extends RequestBase
Deletes an autoscaling policy. Designed for indirect use by ECE/ESS and ECK.
Direct use is not supported.
- See Also:
- API specification
-
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,ErrorResponse>_ENDPOINTEndpoint "autoscaling.delete_autoscaling_policy". -
Method Summary
Modifier and Type Method Description java.lang.Stringname()Required - the name of the autoscaling policystatic DeleteAutoscalingPolicyRequestof(java.util.function.Function<DeleteAutoscalingPolicyRequest.Builder,ObjectBuilder<DeleteAutoscalingPolicyRequest>> fn)Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_ENDPOINT
public static final Endpoint<DeleteAutoscalingPolicyRequest,DeleteAutoscalingPolicyResponse,ErrorResponse> _ENDPOINTEndpoint "autoscaling.delete_autoscaling_policy".
-
-
Method Details
-
of
public static DeleteAutoscalingPolicyRequest of(java.util.function.Function<DeleteAutoscalingPolicyRequest.Builder,ObjectBuilder<DeleteAutoscalingPolicyRequest>> fn) -
name
public final java.lang.String name()Required - the name of the autoscaling policyAPI name:
name
-