Uses of Class
org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryAction
-
Packages that use DeleteRepositoryAction Package Description org.elasticsearch.action.admin.cluster.repositories.delete -
-
Uses of DeleteRepositoryAction in org.elasticsearch.action.admin.cluster.repositories.delete
Fields in org.elasticsearch.action.admin.cluster.repositories.delete declared as DeleteRepositoryAction Modifier and Type Field Description static DeleteRepositoryActionDeleteRepositoryAction. INSTANCEConstructors in org.elasticsearch.action.admin.cluster.repositories.delete with parameters of type DeleteRepositoryAction Constructor Description DeleteRepositoryRequestBuilder(ElasticsearchClient client, DeleteRepositoryAction action)Constructs unregister repository request builderDeleteRepositoryRequestBuilder(ElasticsearchClient client, DeleteRepositoryAction action, String name)Constructs unregister repository request builder with specified repository name
-