Uses of Class
org.elasticsearch.client.GetAliasesResponse
-
Packages that use GetAliasesResponse Package Description org.elasticsearch.client -
-
Uses of GetAliasesResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetAliasesResponse Modifier and Type Method Description static GetAliasesResponseGetAliasesResponse. fromXContent(XContentParser parser)Parse the get aliases responseGetAliasesResponseIndicesClient. getAlias(GetAliasesRequest getAliasesRequest, RequestOptions options)Gets one or more aliases using the Get Index Aliases API.Method parameters in org.elasticsearch.client with type arguments of type GetAliasesResponse Modifier and Type Method Description CancellableIndicesClient. getAliasAsync(GetAliasesRequest getAliasesRequest, RequestOptions options, ActionListener<GetAliasesResponse> listener)Asynchronously gets one or more aliases using the Get Index Aliases API.
-