Uses of Class
software.amazon.awssdk.services.grafana.model.User
-
Packages that use User Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of User in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return User Modifier and Type Method Description UserPermissionEntry. user()A structure with the ID of the user or group with this role.Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type User Modifier and Type Method Description List<User>UpdateInstruction. users()A structure that specifies the user or group to add or revoke the role for.Methods in software.amazon.awssdk.services.grafana.model with parameters of type User Modifier and Type Method Description PermissionEntry.BuilderPermissionEntry.Builder. user(User user)A structure with the ID of the user or group with this role.UpdateInstruction.BuilderUpdateInstruction.Builder. users(User... users)A structure that specifies the user or group to add or revoke the role for.Method parameters in software.amazon.awssdk.services.grafana.model with type arguments of type User Modifier and Type Method Description UpdateInstruction.BuilderUpdateInstruction.Builder. users(Collection<User> users)A structure that specifies the user or group to add or revoke the role for.
-