Class GetAutoFollowPatternRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ccr.GetAutoFollowPatternRequest
Gets configured auto-follow patterns. Returns the specified auto-follow
pattern collection.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
Field Summary
Modifier and TypeFieldDescriptionEndpoint "ccr.get_auto_follow_pattern
". -
Method Summary
Modifier and TypeMethodDescriptionfinal String
name()
Specifies the auto-follow pattern collection that you want to retrieve.static GetAutoFollowPatternRequest
Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<GetAutoFollowPatternRequest,GetAutoFollowPatternResponse, _ENDPOINTErrorResponse> Endpoint "ccr.get_auto_follow_pattern
".
-
-
Method Details
-
of
-
name
Specifies the auto-follow pattern collection that you want to retrieve. If you do not specify a name, the API returns information for all collections.API name:
name
-