Uses of Class
software.amazon.awssdk.services.grafana.model.UpdateInstruction
-
Packages that use UpdateInstruction Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of UpdateInstruction in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return UpdateInstruction Modifier and Type Method Description UpdateInstructionUpdateError. causedBy()Specifies which permission update caused the error.Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type UpdateInstruction Modifier and Type Method Description List<UpdateInstruction>UpdatePermissionsRequest. updateInstructionBatch()An array of structures that contain the permission updates to make.Methods in software.amazon.awssdk.services.grafana.model with parameters of type UpdateInstruction Modifier and Type Method Description UpdateError.BuilderUpdateError.Builder. causedBy(UpdateInstruction causedBy)Specifies which permission update caused the error.UpdatePermissionsRequest.BuilderUpdatePermissionsRequest.Builder. updateInstructionBatch(UpdateInstruction... updateInstructionBatch)An array of structures that contain the permission updates to make.Method parameters in software.amazon.awssdk.services.grafana.model with type arguments of type UpdateInstruction Modifier and Type Method Description UpdatePermissionsRequest.BuilderUpdatePermissionsRequest.Builder. updateInstructionBatch(Collection<UpdateInstruction> updateInstructionBatch)An array of structures that contain the permission updates to make.
-