Uses of Class
com.tencentcloudapi.monitor.v20180724.models.GrafanaAccountRole
-
Packages that use GrafanaAccountRole Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of GrafanaAccountRole in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return GrafanaAccountRole Modifier and Type Method Description GrafanaAccountRole[]CreateSSOAccountRequest. getRole()Get 权限GrafanaAccountRole[]GrafanaAccountInfo. getRole()Get 用户权限GrafanaAccountRole[]UpdateSSOAccountRequest. getRole()Get 权限Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type GrafanaAccountRole Modifier and Type Method Description voidCreateSSOAccountRequest. setRole(GrafanaAccountRole[] Role)Set 权限voidGrafanaAccountInfo. setRole(GrafanaAccountRole[] Role)Set 用户权限voidUpdateSSOAccountRequest. setRole(GrafanaAccountRole[] Role)Set 权限Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type GrafanaAccountRole Constructor Description GrafanaAccountRole(GrafanaAccountRole source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-