Uses of Class
software.amazon.awssdk.services.grafana.model.UpdateError
-
Packages that use UpdateError Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of UpdateError in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type UpdateError Modifier and Type Method Description List<UpdateError>UpdatePermissionsResponse. errors()An array of structures that contain the errors from the operation, if any.Methods in software.amazon.awssdk.services.grafana.model with parameters of type UpdateError Modifier and Type Method Description UpdatePermissionsResponse.BuilderUpdatePermissionsResponse.Builder. errors(UpdateError... errors)An array of structures that contain the errors from the operation, if any.Method parameters in software.amazon.awssdk.services.grafana.model with type arguments of type UpdateError Modifier and Type Method Description UpdatePermissionsResponse.BuilderUpdatePermissionsResponse.Builder. errors(Collection<UpdateError> errors)An array of structures that contain the errors from the operation, if any.
-