| Package | Description |
|---|---|
| com.amazonaws.services.managedgrafana.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateError |
UpdateError.clone() |
UpdateError |
UpdateError.withCausedBy(UpdateInstruction causedBy)
Specifies which permission update caused the error.
|
UpdateError |
UpdateError.withCode(Integer code)
The error code.
|
UpdateError |
UpdateError.withMessage(String message)
The message for this error.
|
| Modifier and Type | Method and Description |
|---|---|
List<UpdateError> |
UpdatePermissionsResult.getErrors()
An array of structures that contain the errors from the operation, if any.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePermissionsResult |
UpdatePermissionsResult.withErrors(UpdateError... errors)
An array of structures that contain the errors from the operation, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdatePermissionsResult.setErrors(Collection<UpdateError> errors)
An array of structures that contain the errors from the operation, if any.
|
UpdatePermissionsResult |
UpdatePermissionsResult.withErrors(Collection<UpdateError> errors)
An array of structures that contain the errors from the operation, if any.
|
Copyright © 2023. All rights reserved.