Class GetIndexTemplatesAction
- java.lang.Object
-
- org.elasticsearch.action.GenericAction<Request,Response>
-
- org.elasticsearch.action.Action<GetIndexTemplatesRequest,GetIndexTemplatesResponse,GetIndexTemplatesRequestBuilder>
-
- org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesAction
-
public class GetIndexTemplatesAction extends Action<GetIndexTemplatesRequest,GetIndexTemplatesResponse,GetIndexTemplatesRequestBuilder>
-
-
Field Summary
Fields Modifier and Type Field Description static GetIndexTemplatesAction
INSTANCE
static java.lang.String
NAME
-
Constructor Summary
Constructors Modifier Constructor Description protected
GetIndexTemplatesAction()
-
Method Summary
Modifier and Type Method Description GetIndexTemplatesRequestBuilder
newRequestBuilder(ElasticsearchClient client)
Creates a new request builder given the client provided as argumentGetIndexTemplatesResponse
newResponse()
Creates a new response instance.-
Methods inherited from class org.elasticsearch.action.GenericAction
equals, getResponseReader, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final GetIndexTemplatesAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newResponse
public GetIndexTemplatesResponse newResponse()
Description copied from class:GenericAction
Creates a new response instance.- Specified by:
newResponse
in classGenericAction<GetIndexTemplatesRequest,GetIndexTemplatesResponse>
-
newRequestBuilder
public GetIndexTemplatesRequestBuilder newRequestBuilder(ElasticsearchClient client)
Description copied from class:Action
Creates a new request builder given the client provided as argument- Specified by:
newRequestBuilder
in classAction<GetIndexTemplatesRequest,GetIndexTemplatesResponse,GetIndexTemplatesRequestBuilder>
-
-