| Package | Description |
|---|---|
| software.amazon.awssdk.services.grafana.model |
| Modifier and Type | Method and Description |
|---|---|
User |
PermissionEntry.user()
A structure with the ID of the user or group with this role.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UpdateInstruction.users()
A structure that specifies the user or group to add or revoke the role for.
|
| Modifier and Type | Method and Description |
|---|---|
PermissionEntry.Builder |
PermissionEntry.Builder.user(User user)
A structure with the ID of the user or group with this role.
|
UpdateInstruction.Builder |
UpdateInstruction.Builder.users(User... users)
A structure that specifies the user or group to add or revoke the role for.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateInstruction.Builder |
UpdateInstruction.Builder.users(Collection<User> users)
A structure that specifies the user or group to add or revoke the role for.
|
Copyright © 2023. All rights reserved.