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