Uses of Class
com.influxdb.client.domain.ResourceOwner
Packages that use ResourceOwner
-
Uses of ResourceOwner in com.influxdb.client
Methods in com.influxdb.client that return ResourceOwnerModifier and TypeMethodDescriptionAdd the bucket owner.Add the bucket owner.Add dashboard owner.Add dashboard owner.OrganizationsApi.addOwner
(User owner, Organization organization) Add organization owner.Add organization owner.ScraperTargetsApi.addOwner
(User owner, ScraperTargetResponse scraperTargetResponse) Add the ScraperTarget owner.Add the ScraperTarget owner.Add task owner.Add task owner.Add telegraf config owner.Add telegraf config owner.Methods in com.influxdb.client that return types with arguments of type ResourceOwnerModifier and TypeMethodDescriptionList all owners of a bucket.List all owners of a bucket.List all dashboard owners.List all dashboard owners.OrganizationsApi.getOwners
(Organization organization) List all owners of an organization.List all owners of an organization.ScraperTargetsApi.getOwners
(ScraperTargetResponse scraperTargetResponse) List all owners of a ScraperTarget.List all owners of a ScraperTarget.List all task owners.List all task owners.List all owners of a telegraf config.List all owners of a telegraf config. -
Uses of ResourceOwner in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return types with arguments of type ResourceOwnerMethods in com.influxdb.client.domain with parameters of type ResourceOwnerMethod parameters in com.influxdb.client.domain with type arguments of type ResourceOwnerModifier and TypeMethodDescriptionvoid
ResourceOwners.setUsers
(List<ResourceOwner> users) ResourceOwners.users
(List<ResourceOwner> users) -
Uses of ResourceOwner in com.influxdb.client.service
Methods in com.influxdb.client.service that return types with arguments of type ResourceOwnerModifier and TypeMethodDescriptionretrofit2.Call
<ResourceOwner> BucketsService.postBucketsIDOwners
(String bucketID, AddResourceMemberRequestBody addResourceMemberRequestBody, String zapTraceSpan) Add an owner to a bucketretrofit2.Call
<ResourceOwner> DashboardsService.postDashboardsIDOwners
(String dashboardID, AddResourceMemberRequestBody addResourceMemberRequestBody, String zapTraceSpan) Add an owner to a dashboardretrofit2.Call
<ResourceOwner> OrganizationsService.postOrgsIDOwners
(String orgID, AddResourceMemberRequestBody addResourceMemberRequestBody, String zapTraceSpan) Add an owner to an organizationretrofit2.Call
<ResourceOwner> ScraperTargetsService.postScrapersIDOwners
(String scraperTargetID, AddResourceMemberRequestBody addResourceMemberRequestBody, String zapTraceSpan) Add an owner to a scraper targetretrofit2.Call
<ResourceOwner> TasksService.postTasksIDOwners
(String taskID, AddResourceMemberRequestBody addResourceMemberRequestBody, String zapTraceSpan) Add an owner to a taskretrofit2.Call
<ResourceOwner> TelegrafsService.postTelegrafsIDOwners
(String telegrafID, AddResourceMemberRequestBody addResourceMemberRequestBody, String zapTraceSpan) Add an owner to a Telegraf configuration