| Package | Description |
|---|---|
| com.amazonaws.services.managedgrafana.model |
| Modifier and Type | Method and Description |
|---|---|
PermissionEntry |
PermissionEntry.clone() |
PermissionEntry |
PermissionEntry.withRole(Role role)
Specifies whether the user or group has the
Admin or Editor role. |
PermissionEntry |
PermissionEntry.withRole(String role)
Specifies whether the user or group has the
Admin or Editor role. |
PermissionEntry |
PermissionEntry.withUser(User user)
A structure with the ID of the user or group with this role.
|
| Modifier and Type | Method and Description |
|---|---|
List<PermissionEntry> |
ListPermissionsResult.getPermissions()
The permissions returned by the operation.
|
| Modifier and Type | Method and Description |
|---|---|
ListPermissionsResult |
ListPermissionsResult.withPermissions(PermissionEntry... permissions)
The permissions returned by the operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPermissionsResult.setPermissions(Collection<PermissionEntry> permissions)
The permissions returned by the operation.
|
ListPermissionsResult |
ListPermissionsResult.withPermissions(Collection<PermissionEntry> permissions)
The permissions returned by the operation.
|
Copyright © 2022. All rights reserved.