Class GetAutoscalingPolicyRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.autoscaling.GetAutoscalingPolicyRequest
public class GetAutoscalingPolicyRequest extends RequestBase
Retrieves 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 classGetAutoscalingPolicyRequest.BuilderBuilder forGetAutoscalingPolicyRequest.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<GetAutoscalingPolicyRequest,GetAutoscalingPolicyResponse,ErrorResponse>_ENDPOINTEndpoint "autoscaling.get_autoscaling_policy". -
Method Summary
Modifier and Type Method Description java.lang.Stringname()Required - the name of the autoscaling policystatic GetAutoscalingPolicyRequestof(java.util.function.Function<GetAutoscalingPolicyRequest.Builder,ObjectBuilder<GetAutoscalingPolicyRequest>> fn)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_ENDPOINT
public static final Endpoint<GetAutoscalingPolicyRequest,GetAutoscalingPolicyResponse,ErrorResponse> _ENDPOINTEndpoint "autoscaling.get_autoscaling_policy".
-
-
Method Details
-
of
public static GetAutoscalingPolicyRequest of(java.util.function.Function<GetAutoscalingPolicyRequest.Builder,ObjectBuilder<GetAutoscalingPolicyRequest>> fn) -
name
public final java.lang.String name()Required - the name of the autoscaling policyAPI name:
name
-