| Package | Description |
|---|---|
| software.amazon.awssdk.services.grafana.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateInstruction |
UpdateError.causedBy()
Specifies which permission update caused the error.
|
| Modifier and Type | Method and Description |
|---|---|
List<UpdateInstruction> |
UpdatePermissionsRequest.updateInstructionBatch()
An array of structures that contain the permission updates to make.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateError.Builder |
UpdateError.Builder.causedBy(UpdateInstruction causedBy)
Specifies which permission update caused the error.
|
UpdatePermissionsRequest.Builder |
UpdatePermissionsRequest.Builder.updateInstructionBatch(UpdateInstruction... updateInstructionBatch)
An array of structures that contain the permission updates to make.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePermissionsRequest.Builder |
UpdatePermissionsRequest.Builder.updateInstructionBatch(Collection<UpdateInstruction> updateInstructionBatch)
An array of structures that contain the permission updates to make.
|
Copyright © 2023. All rights reserved.