Uses of Class
org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequestBuilder
-
Packages that use TypesExistsRequestBuilder Package Description org.elasticsearch.action.admin.indices.exists.types org.elasticsearch.client -
-
Uses of TypesExistsRequestBuilder in org.elasticsearch.action.admin.indices.exists.types
Methods in org.elasticsearch.action.admin.indices.exists.types that return TypesExistsRequestBuilder Modifier and Type Method Description TypesExistsRequestBuilderTypesExistsRequestBuilder. setIndices(String[] indices)Deprecated.TypesExistsRequestBuilderTypesExistsRequestBuilder. setIndicesOptions(IndicesOptions indicesOptions)Deprecated.TypesExistsRequestBuilderTypesExistsRequestBuilder. setTypes(String... types)Deprecated. -
Uses of TypesExistsRequestBuilder in org.elasticsearch.client
Methods in org.elasticsearch.client that return TypesExistsRequestBuilder Modifier and Type Method Description TypesExistsRequestBuilderIndicesAdminClient. prepareTypesExists(String... index)Deprecated.Types are deprecated and are in the process of being removed.
-