| Package | Description |
|---|---|
| com.amazonaws.services.managedgrafana.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateInstruction |
UpdateInstruction.clone() |
UpdateInstruction |
UpdateError.getCausedBy()
Specifies which permission update caused the error.
|
UpdateInstruction |
UpdateInstruction.withAction(String action)
Specifies whether this update is to add or revoke role permissions.
|
UpdateInstruction |
UpdateInstruction.withAction(UpdateAction action)
Specifies whether this update is to add or revoke role permissions.
|
UpdateInstruction |
UpdateInstruction.withRole(Role role)
The role to add or revoke for the user or the group specified in
users. |
UpdateInstruction |
UpdateInstruction.withRole(String role)
The role to add or revoke for the user or the group specified in
users. |
UpdateInstruction |
UpdateInstruction.withUsers(Collection<User> users)
A structure that specifies the user or group to add or revoke the role for.
|
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 |
|---|---|
List<UpdateInstruction> |
UpdatePermissionsRequest.getUpdateInstructionBatch()
An array of structures that contain the permission updates to make.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateError.setCausedBy(UpdateInstruction causedBy)
Specifies which permission update caused the error.
|
UpdateError |
UpdateError.withCausedBy(UpdateInstruction causedBy)
Specifies which permission update caused the error.
|
UpdatePermissionsRequest |
UpdatePermissionsRequest.withUpdateInstructionBatch(UpdateInstruction... updateInstructionBatch)
An array of structures that contain the permission updates to make.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdatePermissionsRequest.setUpdateInstructionBatch(Collection<UpdateInstruction> updateInstructionBatch)
An array of structures that contain the permission updates to make.
|
UpdatePermissionsRequest |
UpdatePermissionsRequest.withUpdateInstructionBatch(Collection<UpdateInstruction> updateInstructionBatch)
An array of structures that contain the permission updates to make.
|
Copyright © 2021. All rights reserved.