Uses of Class
com.influxdb.client.domain.Authorizations
Packages that use Authorizations
-
Uses of Authorizations in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return AuthorizationsModifier and TypeMethodDescriptionAuthorizations.addAuthorizationsItem(Authorization authorizationsItem) Authorizations.authorizations(List<Authorization> authorizations) -
Uses of Authorizations in com.influxdb.client.service
Methods in com.influxdb.client.service that return types with arguments of type AuthorizationsModifier and TypeMethodDescriptionretrofit2.Call<Authorizations> AuthorizationsService.getAuthorizations(String zapTraceSpan, String userID, String user, String orgID, String org) List all authorizationsretrofit2.Call<Authorizations> LegacyAuthorizationsService.getLegacyAuthorizations(String zapTraceSpan, String userID, String user, String orgID, String org, String token, String authID) List all legacy authorizations