Uses of Class
com.influxdb.client.domain.ResourceOwners
Packages that use ResourceOwners
-
Uses of ResourceOwners in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return ResourceOwnersModifier and TypeMethodDescriptionResourceOwners.addUsersItem
(ResourceOwner usersItem) ResourceOwners.links
(UsersLinks links) ResourceOwners.users
(List<ResourceOwner> users) -
Uses of ResourceOwners in com.influxdb.client.service
Methods in com.influxdb.client.service that return types with arguments of type ResourceOwnersModifier and TypeMethodDescriptionretrofit2.Call
<ResourceOwners> BucketsService.getBucketsIDOwners
(String bucketID, String zapTraceSpan) List all owners of a bucketretrofit2.Call
<ResourceOwners> DashboardsService.getDashboardsIDOwners
(String dashboardID, String zapTraceSpan) List all dashboard ownersretrofit2.Call
<ResourceOwners> OrganizationsService.getOrgsIDOwners
(String orgID, String zapTraceSpan) List all owners of an organizationretrofit2.Call
<ResourceOwners> ScraperTargetsService.getScrapersIDOwners
(String scraperTargetID, String zapTraceSpan) List all owners of a scraper targetretrofit2.Call
<ResourceOwners> TasksService.getTasksIDOwners
(String taskID, String zapTraceSpan) List all owners of a taskretrofit2.Call
<ResourceOwners> TelegrafsService.getTelegrafsIDOwners
(String telegrafID, String zapTraceSpan) List all owners of a Telegraf configuration