Uses of Class
org.elasticsearch.client.security.GetRoleMappingsRequest
-
Packages that use GetRoleMappingsRequest Package Description org.elasticsearch.client -
-
Uses of GetRoleMappingsRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetRoleMappingsRequest Modifier and Type Method Description GetRoleMappingsResponseSecurityClient. getRoleMappings(GetRoleMappingsRequest request, RequestOptions options)Synchronously get role mapping(s).CancellableSecurityClient. getRoleMappingsAsync(GetRoleMappingsRequest request, RequestOptions options, ActionListener<GetRoleMappingsResponse> listener)Asynchronously get role mapping(s).
-