| Package | Description |
|---|---|
| com.amazonaws.services.managedgrafana.model |
| Modifier and Type | Method and Description |
|---|---|
User |
User.clone() |
User |
PermissionEntry.getUser()
A structure with the ID of the user or group with this role.
|
User |
User.withId(String id)
The ID of the user or group.
|
User |
User.withType(String type)
Specifies whether this is a single user or a group.
|
User |
User.withType(UserType type)
Specifies whether this is a single user or a group.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UpdateInstruction.getUsers()
A structure that specifies the user or group to add or revoke the role for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionEntry.setUser(User user)
A structure with the ID of the user or group with this role.
|
PermissionEntry |
PermissionEntry.withUser(User user)
A structure with the ID of the user or group with this role.
|
UpdateInstruction |
UpdateInstruction.withUsers(User... users)
A structure that specifies the user or group to add or revoke the role for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateInstruction.setUsers(Collection<User> users)
A structure that specifies the user or group to add or revoke the role for.
|
UpdateInstruction |
UpdateInstruction.withUsers(Collection<User> users)
A structure that specifies the user or group to add or revoke the role for.
|
Copyright © 2022. All rights reserved.