Class PutIndexTemplateAction
- java.lang.Object
-
- org.elasticsearch.action.GenericAction<Request,Response>
-
- org.elasticsearch.action.Action<PutIndexTemplateRequest,AcknowledgedResponse,PutIndexTemplateRequestBuilder>
-
- org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateAction
-
public class PutIndexTemplateAction extends Action<PutIndexTemplateRequest,AcknowledgedResponse,PutIndexTemplateRequestBuilder>
-
-
Field Summary
Fields Modifier and Type Field Description static PutIndexTemplateAction
INSTANCE
static java.lang.String
NAME
-
Method Summary
Modifier and Type Method Description PutIndexTemplateRequestBuilder
newRequestBuilder(ElasticsearchClient client)
Creates a new request builder given the client provided as argumentAcknowledgedResponse
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 PutIndexTemplateAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newResponse
public AcknowledgedResponse newResponse()
Description copied from class:GenericAction
Creates a new response instance.- Specified by:
newResponse
in classGenericAction<PutIndexTemplateRequest,AcknowledgedResponse>
-
newRequestBuilder
public PutIndexTemplateRequestBuilder newRequestBuilder(ElasticsearchClient client)
Description copied from class:Action
Creates a new request builder given the client provided as argument- Specified by:
newRequestBuilder
in classAction<PutIndexTemplateRequest,AcknowledgedResponse,PutIndexTemplateRequestBuilder>
-
-