| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.template.delete | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.support |
| Modifier and Type | Method and Description |
|---|---|
DeleteIndexTemplateRequestBuilder |
DeleteIndexTemplateAction.newRequestBuilder(IndicesAdminClient client) |
| Modifier and Type | Method and Description |
|---|---|
DeleteIndexTemplateRequestBuilder |
IndicesAdminClient.prepareDeleteTemplate(String name)
Deletes an index template.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteIndexTemplateRequestBuilder |
AbstractIndicesAdminClient.prepareDeleteTemplate(String name) |
Copyright © 2009–2016. All rights reserved.